This commit is contained in:
tiago.kayaya
2022-02-09 11:34:21 +01:00
parent 1ea0cc47fe
commit 7be567d258
5 changed files with 10 additions and 12 deletions
+2 -4
View File
@@ -201,10 +201,8 @@ export class InactivityPage implements OnInit {
storePin() {
const code = this.code.join('')
SessionStore.setPin(code)
const code = this.code.join('');
SessionStore.setPin(code);
this.router.navigate(['/home/events']);
}