diff --git a/src/app/core/auth/auth.actions.ts b/src/app/core/auth/auth.actions.ts index 650ecc511e..96d043eef4 100644 --- a/src/app/core/auth/auth.actions.ts +++ b/src/app/core/auth/auth.actions.ts @@ -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