This commit is contained in:
Peter Maquiran
2022-04-22 15:03:09 +01:00
parent 20da76a5bb
commit 59a6b8c08a
7 changed files with 29 additions and 15 deletions
+2 -2
View File
@@ -202,7 +202,7 @@ export class InactivityPage implements OnInit {
this.router.navigate([pathName],{replaceUrl: true});
} else {
setTimeout(()=>{
setTimeout(() => {
if(this.p.userPermission(this.p.permissionList.Agenda.access) || this.p.userPermission(this.p.permissionList.Gabinete.access)){
//When user has got access to Agenda but does not have their own calendar, goes to Agenda
@@ -230,7 +230,7 @@ export class InactivityPage implements OnInit {
storePin() {
setTimeout(()=>{
setTimeout(() => {
const code = this.code.join('');
SessionStore.setPin(code);