Skip to content

Commit

Permalink
confirmaton
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 22, 2024
1 parent a00300f commit 4546a36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,18 @@ function App() {
WebApp.BiometricManager.init(() => {
WebApp.showConfirm('give data', () => WebApp.BiometricManager.requestAccess({
reason: 'we need your biometric data',
}, () => {
WebApp.showPopup({
message: 'thank'
})
}))
})
WebApp.showConfirm('give data', () => WebApp.BiometricManager.requestAccess({
reason: 'we need your biometric data',
}, () => {
WebApp.showPopup({
message: 'thank'
})
}))
}}>
ok
Expand Down

0 comments on commit 4546a36

Please sign in to comment.