Fixed minor issues with login & logout. Cleaned up the UI.
This commit is contained in:
@ -32,7 +32,7 @@ export class PolicyComponent implements OnInit, OnDestroy {
|
||||
return;
|
||||
|
||||
if (!this.client.logged_in) {
|
||||
this.router.navigate(["/tts-login"]);
|
||||
this.router.navigate(["tts-login"]);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user