mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Added log for injectedAuthMethods on testserver
This commit is contained in:
@@ -60,6 +60,7 @@ export class LogInComponent implements OnInit, OnDestroy {
|
||||
const injectedAuthMethod = new InjectedAuthMethodModel(this.authMethods[index].authMethodType, this.authMethods[index].location, this.isStandalonePage);
|
||||
this.injectedAuthMethods.push(injectedAuthMethod);
|
||||
}
|
||||
console.log('injectedAuthMethods in ngOnInit(): ', this.injectedAuthMethods);
|
||||
|
||||
// set loading
|
||||
this.loading = this.store.pipe(select(isAuthenticationLoading));
|
||||
|
Reference in New Issue
Block a user