Fixed minor issues with login & logout. Cleaned up the UI.

This commit is contained in:
Tom
2025-01-09 18:11:44 +00:00
parent d595c3500e
commit 2692294b4b
8 changed files with 128 additions and 86 deletions

View File

@ -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;
}
}