mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
auto login chat
This commit is contained in:
-1
@@ -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) {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user