Code clean up

This commit is contained in:
Julius Gruber
2019-10-18 11:37:38 +02:00
parent ac32d2de11
commit 94539cd61d

View File

@@ -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