Image Upload, spinner aktivirt, listings & details überarbeitet
This commit is contained in:
@@ -39,17 +39,6 @@ export class AppComponent {
|
||||
// Hier haben Sie Zugriff auf den aktuellen Route-Pfad
|
||||
this.actualRoute=currentRoute.snapshot.url[0].path
|
||||
});
|
||||
|
||||
// keycloakService.keycloakEvents$.subscribe({
|
||||
// next(event) {
|
||||
// if (event.type == KeycloakEventType.OnTokenExpired) {
|
||||
// keycloakService.updateToken(20);
|
||||
// }
|
||||
// if (event.type == KeycloakEventType.OnActionUpdate) {
|
||||
|
||||
// }
|
||||
// }
|
||||
// });
|
||||
}
|
||||
ngOnInit(){
|
||||
this.user = this.userService.getUser();
|
||||
|
||||
Reference in New Issue
Block a user