Skip to content

Commit

Permalink
fix: Button: correct type attribute on Login
Browse files Browse the repository at this point in the history
  • Loading branch information
aqordeon committed Dec 11, 2024
1 parent 5fe906c commit 99fab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Public/Auth/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const condition: Ref<string | boolean> = ref(false)
</div>

<Button
buttonType="submit"
type="submit"
id="submit"
:loading="isLoading"
full
Expand Down

0 comments on commit 99fab35

Please sign in to comment.