This commit is contained in:
Peter Maquiran
2022-04-07 14:24:07 +01:00
parent 34580da026
commit e8ffcca028
10 changed files with 83 additions and 14 deletions
+3 -1
View File
@@ -132,6 +132,8 @@ export class AuthService {
return true;
}
this.initialsService.getInitials(session.FullName);
}
//Login to rocketChat server2
@@ -298,8 +300,8 @@ export class AuthService {
this.userData$.next('');
this.router.navigate(['']);
}) */
}
async presentAlert(message: string) {
const alert = await this.alertController.create({
cssClass: 'my-custom-class',