From 94539cd61d0d2cf38eb1367da2906c8ed11f2d87 Mon Sep 17 00:00:00 2001 From: Julius Gruber Date: Fri, 18 Oct 2019 11:37:38 +0200 Subject: [PATCH] Code clean up --- src/app/core/auth/auth.actions.ts | 9 --------- 1 file changed, 9 deletions(-) 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