Skip to content

Commit

Permalink
feat: biometric settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 22, 2024
1 parent 72fa919 commit e16fe6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ function App() {
count is {count}
</button>
</div>
{/* */}

<div className="card">
<button onClick={() => WebApp.showAlert(`Hello World! Current count is ${count}`)}>
Show Alert
<button onClick={() => WebApp.BiometricManager.openSettings()}>
Bio settings
</button>
</div>
</>
Expand Down

0 comments on commit e16fe6f

Please sign in to comment.