feature/gabinete-search

This commit is contained in:
Peter Maquiran
2023-05-26 14:23:37 +01:00
parent 0b3ffa3ea7
commit b2da8463b4
56 changed files with 98 additions and 186 deletions
@@ -30,7 +30,7 @@ export class FingerprintPage implements OnInit {
// localizedReason: 'Please authenticate' //Only for iOS
// })
// .then((FingerPrintHash: any) => {
// console.log(FingerPrintHash)
// const storedFinderPrint = localStorage.getItem('FingerPrintHash')
// if(FingerPrintHash == storedFinderPrint) {
@@ -39,12 +39,11 @@ export class FingerprintPage implements OnInit {
// })
// .catch((error: any) => {
// console.log(error)
// });
}
close() {
/* console.log(this.isEventEdited); */
this.modalController.dismiss();
}