Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 22, 2024
1 parent cde5581 commit cfa9036
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ function App() {
const cartridgeConnector = connectors[0]

useEffect(() => {
WebApp.BiometricManager.init(() => {
WebApp.BiometricManager.requestAccess({
reason: 'we need your biometric data',
})
})
WebApp.SettingsButton.show()
WebApp.SettingsButton.isVisible = true
// WebApp.BiometricManager.init(() => {
// WebApp.BiometricManager.requestAccess({
// reason: 'we need your biometric data',
// })
// })
// WebApp.SettingsButton.show()
// WebApp.SettingsButton.isVisible = true
}, [])

return (
Expand Down

0 comments on commit cfa9036

Please sign in to comment.