Skip to content

Commit

Permalink
fix: fix useForm (#6724)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jun 28, 2023
1 parent beea7e7 commit d356688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Webauthn/WebauthnLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const isSupported = ref(true);
const errorMessage = ref('');
const processing = ref(false);
const authForm = useForm();
const authForm = useForm({});
watch(
() => props.publicKey,
Expand Down

0 comments on commit d356688

Please sign in to comment.