mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Set password as default authentication method on error
This commit is contained in:
@@ -355,6 +355,11 @@ export class RetrieveAuthMethodsSuccessAction implements Action {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Set password as default authentication method on error
|
||||
* @class RetrieveAuthMethodsErrorAction
|
||||
* @implements {Action}
|
||||
*/
|
||||
export class RetrieveAuthMethodsErrorAction implements Action {
|
||||
public type: string = AuthActionTypes.RETRIEVE_AUTH_METHODS_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user