Skip to content

Commit d356688

Browse files
authored
fix: fix useForm (#6724)
1 parent beea7e7 commit d356688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/Webauthn/WebauthnLogin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const isSupported = ref(true);
1717
const errorMessage = ref('');
1818
const processing = ref(false);
1919
20-
const authForm = useForm();
20+
const authForm = useForm({});
2121
2222
watch(
2323
() => props.publicKey,

0 commit comments

Comments
 (0)