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 9420903 commit e1254e2Copy full SHA for e1254e2
custom/TwoFAModal.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="fixed inset-0 z-[9999] flex items-center justify-center bg-black/50 top-0 bottom-0 left-0 right-0"
+ <div class="af-two-factors-modal fixed inset-0 z-[9999] flex items-center justify-center bg-black/50 top-0 bottom-0 left-0 right-0"
3
v-if ="modelShow">
4
<div class="relative bg-white dark:bg-gray-700 rounded-lg shadow p-6 w-full max-w-md">
5
<div id="mfaCode-label" class="mb-4 text-gray-700 dark:text-gray-100 text-center">
0 commit comments