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 014454a commit 6e88830Copy full SHA for 6e88830
custom/TwoFactorsConfirmation.vue
@@ -67,7 +67,7 @@
67
</div>
68
<div
69
v-if="codeError"
70
- class="relative top-full left-0 bg-red-100 text-red-700 text-sm px-2 py-2 rounded-b-lg shadow"
+ class="af-two-factors-confirmation-error relative top-full left-0 bg-red-100 text-red-700 text-sm px-2 py-2 rounded-b-lg shadow"
71
>
72
<p class="pl-6">{{ codeError }} </p>
73
0 commit comments