|
|
|
|
@ -158,7 +158,7 @@ export class AttendanceOptionsComponent implements OnInit {
|
|
|
|
|
component: NfcModalComponent,
|
|
|
|
|
showBackdrop: true,
|
|
|
|
|
backdropDismiss: true,
|
|
|
|
|
componentProps:{ enableLocationQR: this.enableLocationQR, lat: this.lat, longt: this.longt},
|
|
|
|
|
componentProps:{ enableLocationNFC: this.enableLocationNFC, lat: this.lat, longt: this.longt},
|
|
|
|
|
});
|
|
|
|
|
modal.cssClass = "nfc-modal";
|
|
|
|
|
await modal.present();
|
|
|
|
|
|