Skip to content

Commit

Permalink
fix: update user-auth-form.svelte (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-garbaa-pro authored Mar 13, 2024
1 parent 1d177ce commit 3de7912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
disabled={isLoading}
/>
</div>
<Button disabled={isLoading}>
<Button type="submit" disabled={isLoading}>
{#if isLoading}
<Icons.spinner class="mr-2 h-4 w-4 animate-spin" />
{/if}
Expand Down

0 comments on commit 3de7912

Please sign in to comment.