mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
[FIX] Recovery modal bug fix (#1688)
noPortal to fix reovery code modal from being hidden
This commit is contained in:
parent
5676e129ed
commit
172543e1cd
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ export default function MultiUserAuth() {
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<ModalWrapper isOpen={isRecoveryCodeModalOpen}>
|
||||
<ModalWrapper isOpen={isRecoveryCodeModalOpen} noPortal={true}>
|
||||
<RecoveryCodeModal
|
||||
recoveryCodes={recoveryCodes}
|
||||
onDownloadComplete={handleDownloadComplete}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue