import { Button, Group, PasswordInput, Text, Title } from "@mantine/core"; import { ModalsContextProps } from "@mantine/modals/lib/context"; import { useState } from "react"; const showEnterPasswordModal = ( modals: ModalsContextProps, submitCallback: any ) => { return modals.openModal({ closeOnClickOutside: false, withCloseButton: false, closeOnEscape: false, title: ( <>