Restore API token if expired

This commit is contained in:
2023-01-12 18:14:40 +01:00
parent ee2f371b21
commit b5b35dd44b
6 changed files with 41 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ export class LoginPageComponent implements OnInit {
} else {
this.ngZone$.run(() => {
this.notifications$.add({
text: "DiunaBI server not responsed.",
text: "DiunaBI server not responded.",
btn: "OK",
duration: 15000
});