mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix bug
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user