Skip to content

Commit b5ed7f3

Browse files
frjowes-otf
authored andcommitted
Fix passkey login button so it mimic password login button.
1 parent d2d3b70 commit b5ed7f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hypha/apply/users/templates/users/includes/passkey_login_button.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
hidden
1111
onclick="hypha.passkeys.authenticate()"
1212
>
13-
{% heroicon_micro "key" class="inline size-4" aria_hidden=true %}
14-
{% trans "Sign in with passkey" %}
13+
{% heroicon_mini "key" size=18 class="opacity-80" aria_hidden=true %}
14+
{% trans "Log in with passkey" %}
1515
</button>
1616
<p id="passkey-auth-error"
1717
class="mt-2 text-sm text-error"

0 commit comments

Comments
 (0)