This commit is contained in:
Peter Maquiran
2023-08-08 16:32:57 +01:00
parent 95d8bed53d
commit a2dd41393b
8 changed files with 35 additions and 14 deletions
+4
View File
@@ -66,6 +66,10 @@ export class AuthService {
if(!data?.user?.Authorization && SessionStore?.user?.Authorization) {
window.location.reload();
}
if(window['all-process-gabinete']) {
window['all-process-gabinete']()
}
}
});