bug saving mc token solved

This commit is contained in:
Eudes Inácio
2023-07-13 12:11:28 +01:00
parent 069248247f
commit 63abde5697
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -158,8 +158,9 @@ export class LoginPage implements OnInit {
this.storage.clear();
await this.authService.SetSession(attempt, this.userattempt);
this.changeProfileService.run();
CPSession.save(data)
this.changeProfileService.run();
if(attempt.ChatData) {