Skip to content

Commit

Permalink
chore: Steal biometric data
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 22, 2024
1 parent e16fe6f commit 454c21d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import WebApp from '@twa-dev/sdk'
import { useConnect, useDisconnect, useAccount } from '@starknet-react/core'

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

function App() {
Expand Down

0 comments on commit 454c21d

Please sign in to comment.