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 77fca45 commit 0248c78Copy full SHA for 0248c78
1 file changed
resources/js/components/two-factor/TwoFactor.vue
@@ -117,11 +117,10 @@ function disable() {
117
/>
118
119
<ConfirmationModal
120
- v-if="disableModalOpen"
+ v-model:open="disableModalOpen"
121
:title="__('Are you sure?')"
122
:danger="true"
123
@confirm="disable"
124
- @cancel="disableModalOpen = false"
125
>
126
<p class="mb-2" v-html="__('statamic::messages.disable_two_factor_authentication')"></p>
127
0 commit comments