From a3376c6ade7faad27bafb04ef5138bb97c9395d0 Mon Sep 17 00:00:00 2001 From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de> Date: Mon, 19 Dec 2022 14:58:57 +0100 Subject: [PATCH] Increased version count to 0.0.9 --- src/app/navigation/navigation.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/navigation/navigation.component.ts b/src/app/navigation/navigation.component.ts index 335207f..c2a3e9d 100644 --- a/src/app/navigation/navigation.component.ts +++ b/src/app/navigation/navigation.component.ts @@ -37,6 +37,6 @@ export class NavigationComponent implements OnInit { // In case you have problems logoffAndRevokeTokens() - try this // this.oidcSecurityService.logoff(); this.oidcSecurityService.logoffAndRevokeTokens() - .subscribe((result) => console.log('NavigationComponent::logout()->result) :', result)); + .subscribe((result) => console.warn('NavigationComponent::logout()->result) :', result)); } } -- GitLab