FingerPrint fixe

This commit is contained in:
Peter Maquiran
2021-05-28 06:33:30 +01:00
parent 7066e7db74
commit 87b900df98
10 changed files with 348 additions and 19 deletions
+1 -2
View File
@@ -25,13 +25,12 @@ export class PinPage implements OnInit {
}
clearCode(){
clearCode() {
this.code =[]
}
close() {
/* console.log(this.isEventEdited); */
alert('close modal')
this.modalController.dismiss();
}