This commit is contained in:
Eudes Inácio
2022-02-08 15:46:12 +01:00
10 changed files with 36 additions and 30 deletions
@@ -261,7 +261,6 @@ export class BookMeetingModalPage implements OnInit {
}
if(this.task.FsId == '8') {
alert('Chegou')
const loader = this.toastService.loading()
try {
switch (this.loggeduser.Profile) {
-1
View File
@@ -100,7 +100,6 @@ export class LoginPage implements OnInit {
// login to API successfully
if (attempt) {
if (attempt.UserId == SessionStore.user.UserId) {
await this.authService.SetSession(attempt, this.userattempt);
await this.authService.loginChat(this.userattempt);