mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Removed isStandAlone from store
This commit is contained in:
@@ -6,7 +6,6 @@ import { getAuthenticationMethods, isAuthenticated, isAuthenticationLoading } fr
|
||||
import { CoreState } from '../../core/core.reducers';
|
||||
import { filter, takeWhile, } from 'rxjs/operators';
|
||||
import { AuthService } from '../../core/auth/auth.service';
|
||||
import { SetIsStandalonePageInAuthMethodsAction } from '../../core/auth/auth.actions';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-log-in',
|
||||
@@ -46,7 +45,7 @@ export class LogInComponent implements OnInit, OnDestroy {
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
this.store.dispatch(new SetIsStandalonePageInAuthMethodsAction(this.isStandalonePage));
|
||||
// this.store.dispatch(new SetIsStandalonePageInAuthMethodsAction(this.isStandalonePage));
|
||||
|
||||
this.authMethodData = this.store.pipe(
|
||||
select(getAuthenticationMethods),
|
||||
|
Reference in New Issue
Block a user