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 18c6f82 commit 82bb021Copy full SHA for 82bb021
ui/src/components/AuthMFA/MfaDisable.vue
@@ -2,7 +2,7 @@
2
<BaseDialog
3
v-model="showDialog"
4
scrollable
5
- @click:outside="close"
+ @close="close"
6
data-test="dialog"
7
>
8
<v-card class="bg-grey-darken-4 bg-v-theme-surface pa-3">
ui/src/components/AuthMFA/MfaSettings.vue
@@ -1,10 +1,10 @@
1
<template>
transition="dialog-bottom-transition"
- @click:outside="close()"
9
<v-card class="bg-v-theme-surface content" data-test="card-first-page">
10
<v-container>
ui/src/components/AuthMFA/RecoveryHelper.vue
@@ -1,6 +1,7 @@
persistent
0 commit comments