Skip to content

Commit

Permalink
chore: Update login form submit button text to "Confirming..."
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlbui committed Sep 11, 2024
1 parent fd5336f commit 12bd095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const LoginForm: React.FC = () => {
<div className="spinner mr-2">
<div className="border-2 border-white border-t-transparent rounded-full h-4 w-4 animate-spin"></div>
</div>
Logging in...
Confirming...
</>
) : (
"Connect Securely"
Expand Down

0 comments on commit 12bd095

Please sign in to comment.