Skip to content

Commit

Permalink
invitation code field disable submit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Vožda authored and Lukáš Vožda committed Feb 27, 2024
1 parent 66d7fbe commit 758a140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
type="submit"
class="btn variant-filled-surface rounded-md w-full font-semibold mb-6"
formaction="/sign-in?/login-identity"
disabled={disabled || !userProfile.name}
disabled={disabled || !(userProfile.name && invitationCode)}
>
{#if loading}
<span class="mr-2">
Expand Down

0 comments on commit 758a140

Please sign in to comment.