- add method get user from room in ws api

- Modified logout method
This commit is contained in:
tiago.kayaya
2022-02-02 11:57:11 +01:00
parent 49146e61da
commit 7237d90653
4 changed files with 69 additions and 15 deletions
+4 -2
View File
@@ -214,11 +214,13 @@ export class ProfilePage implements OnInit {
}
logout() {
SessionStore.setInativity(false)
this.authService.logout()
/* SessionStore.setInativity(false)
SessionStore.setUrlBeforeInactivity(this.router.url)
setTimeout(() => {
this.router.navigateByUrl('/', { replaceUrl: true });
}, 100)
}, 100) */
}