refactor: non dom elements for fetching password

This commit is contained in:
ramvignesh-b
2026-04-15 17:26:33 +05:30
parent 75dd187442
commit a72464bfbb
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ export const LogModal = ({
onClose,
status,
}: LogModalContent) => {
status === "RESET" ? null : (
return status === "RESET" ? (
<div></div>
) : (
<div className="modal modal-open modal-bottom sm:modal-middle bg-base-100/20 backdrop-blur-md z-100">
<div className="modal-box bg-transparent border-none shadow-none relative">
<div