Skip to content

Commit 52b681e

Browse files
committed
fix type definition
1 parent 7309dde commit 52b681e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/auth/TwoFactorChallenge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const authConfigContent = computed<AuthConfigContent>(() => {
3030
};
3131
});
3232
33-
const showRecoveryInput = ref(false);
33+
const showRecoveryInput = ref<boolean>(false);
3434
3535
const toggleRecoveryMode = (clearErrors: () => void): void => {
3636
showRecoveryInput.value = !showRecoveryInput.value;

0 commit comments

Comments
 (0)