mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Code clean up
This commit is contained in:
@@ -369,15 +369,6 @@ export class RetrieveAuthMethodsErrorAction implements Action {
|
||||
public type: string = AuthActionTypes.RETRIEVE_AUTH_METHODS_ERROR;
|
||||
}
|
||||
|
||||
/*export class SetIsStandalonePageInAuthMethodsAction implements Action {
|
||||
type: string = AuthActionTypes.SET_IS_STANDALONE_PAGE_IN_AUTH_METHODS;
|
||||
payload: boolean;
|
||||
|
||||
constructor(isStandAlonePage: boolean) {
|
||||
this.payload = isStandAlonePage;
|
||||
}
|
||||
}*/
|
||||
|
||||
/**
|
||||
* Change the redirect url.
|
||||
* @class SetRedirectUrlAction
|
||||
|
Reference in New Issue
Block a user