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 b314f93 commit bfcb743Copy full SHA for bfcb743
resources/js/pages/auth/TwoFactorChallenge.vue
@@ -39,7 +39,7 @@ const toggleRecoveryMode = (clearErrors: () => void): void => {
39
};
40
41
const code = ref<number[]>([]);
42
-const codeValue = computed<string>((): string => code.value.join(''));
+const codeValue = computed<string>(() => code.value.join(''));
43
</script>
44
45
<template>
0 commit comments