You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @benbaran Is there any reason the following code: ngOnInit() { this.authSecretService.getConfig().subscribe(res => { this.auth.init(res); });} instead of ngOnInit() { this.auth.init(res); });}
will not authenticate the user?
The text was updated successfully, but these errors were encountered:
Hi @benbaran Is there any reason the following code:
ngOnInit() { this.authSecretService.getConfig().subscribe(res => { this.auth.init(res); });}
instead ofngOnInit() { this.auth.init(res); });}
will not authenticate the user?
The text was updated successfully, but these errors were encountered: