remove comments

This commit is contained in:
Peter Maquiran
2022-01-14 09:03:31 +01:00
parent 38cd405ead
commit 350358d9c0
3 changed files with 22 additions and 18 deletions
+2 -1
View File
@@ -99,9 +99,10 @@ export class LoginPage implements OnInit {
loader.remove()
// login to API successfully
if (attempt) {
if (attempt.UserId == SessionStore.user.UserId) {
if (attempt.UserId == SessionStore.user.UserId) {
await this.authService.SetSession(attempt, this.userattempt);
await this.authService.loginChat(this.userattempt);
this.getToken();