Skip to content

Commit 6ad4b90

Browse files
committed
fix: update modal class for SetPassword component
1 parent 76dba1f commit 6ad4b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/SetPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<!-- Main modal -->
2525
<div id="authentication-modal" tabindex="-1"
26-
class="overflow-y-auto flex flex-grow
26+
class="af-set-password-modal overflow-y-auto flex flex-grow
2727
overflow-x-hidden z-50 min-w-[350px] justify-center items-center md:inset-0 h-[calc(100%-1rem)] max-h-full">
2828
<div class="relative p-4 w-full max-h-full max-w-[400px]">
2929
<!-- Modal content -->

0 commit comments

Comments
 (0)