mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Boolean isStandalonePage injected
This commit is contained in:
@@ -341,10 +341,10 @@ export class ResetAuthenticationMessagesAction implements Action {
|
||||
public type: string = AuthActionTypes.RESET_MESSAGES;
|
||||
}
|
||||
|
||||
// Next three Actions are used by shibboleth login
|
||||
// // Next three Actions are used by dynamic login methods
|
||||
/**
|
||||
* Check if token is already present upon initial load.
|
||||
* @class CheckAuthenticationTokenAction
|
||||
* Action that triggers an effect fetching the authentication methods enabled ant the backend
|
||||
* @class RetrieveAuthMethodsAction
|
||||
* @implements {Action}
|
||||
*/
|
||||
export class RetrieveAuthMethodsAction implements Action {
|
||||
|
Reference in New Issue
Block a user