We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7309dde commit 52b681eCopy full SHA for 52b681e
resources/js/pages/auth/TwoFactorChallenge.vue
@@ -30,7 +30,7 @@ const authConfigContent = computed<AuthConfigContent>(() => {
30
};
31
});
32
33
-const showRecoveryInput = ref(false);
+const showRecoveryInput = ref<boolean>(false);
34
35
const toggleRecoveryMode = (clearErrors: () => void): void => {
36
showRecoveryInput.value = !showRecoveryInput.value;
0 commit comments