Skip to content

Commit 433fc98

Browse files
committed
fixing the linting errors
1 parent a58d7a5 commit 433fc98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/js/pages/settings/TwoFactor.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@ const {
4545
verifyStep,
4646
showingRecoveryCodes,
4747
showModal,
48-
enable,
4948
confirm,
5049
regenerateRecoveryCodes,
5150
disable,
5251
copyToClipboard
5352
} = useTwoFactorAuth(props.confirmed, props.recoveryCodes);
5453
55-
const showRegenerateConfirm = ref(false);
5654
const pinValue = ref<string[]>([]);
5755
const pinInputContainerRef = ref<HTMLElement | null>(null);
5856

0 commit comments

Comments
 (0)