mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Removed unused code
This commit is contained in:
@@ -77,7 +77,6 @@ export class AppService implements OnDestroy {
|
||||
.registerAuthentication()
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
// this.appLoadInitialisations();
|
||||
})
|
||||
.then(() => {
|
||||
this.loadState();
|
||||
|
||||
@@ -52,7 +52,6 @@ export class SsoService {
|
||||
this.oauthService.customQueryParams = {
|
||||
temp_token: token
|
||||
};
|
||||
// this.oauthService.loadDiscoveryDocument().then(() => this.login());
|
||||
this.login();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user