This commit is contained in:
Peter Maquiran
2021-08-18 15:57:19 +01:00
parent 2aba281a60
commit 152d0ebbf9
11 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -140,10 +140,10 @@ export class InactivityPage implements OnInit {
const encrypted = crypto.SHA1(code)
if(!this.hasPin) {
// alert('storePin')
// console.log('storePin')
this.storePin()
} else {
// alert('pinLogin')
// console.log('pinLogin')
this.pinLogin()
}
}