diff --git a/src/App.tsx b/src/App.tsx index 457fb40..7af3d2a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1063,9 +1063,14 @@ function App() { onChange={(e) => setAuthenticatePassword(e.target.value) } + onKeyDown={(e) => { + if (e.key === "Enter") { + authenticateWallet(); + } + }} /> - + Authenticate