mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-10 17:00:11 +01: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
@ -334,7 +334,7 @@ export default function MultiUserAuth() {
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<ModalWrapper isOpen={isRecoveryCodeModalOpen}>
|
||||
<ModalWrapper isOpen={isRecoveryCodeModalOpen} noPortal={true}>
|
||||
<RecoveryCodeModal
|
||||
recoveryCodes={recoveryCodes}
|
||||
onDownloadComplete={handleDownloadComplete}
|
||||
|
Loading…
Reference in New Issue
Block a user