Skip to content

Commit e1254e2

Browse files
committed
fix: update class name for TwoFAModal
1 parent 9420903 commit e1254e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/TwoFAModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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"
2+
<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"
33
v-if ="modelShow">
44
<div class="relative bg-white dark:bg-gray-700 rounded-lg shadow p-6 w-full max-w-md">
55
<div id="mfaCode-label" class="mb-4 text-gray-700 dark:text-gray-100 text-center">

0 commit comments

Comments
 (0)