[FIX] Recovery modal bug fix (#1688)

noPortal to fix reovery code modal from being hidden
This commit is contained in:
Sean Hatfield 2024-06-14 15:23:26 -07:00 committed by GitHub
parent 5676e129ed
commit 172543e1cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -334,7 +334,7 @@ export default function MultiUserAuth() {
</div>
</form>
<ModalWrapper isOpen={isRecoveryCodeModalOpen}>
<ModalWrapper isOpen={isRecoveryCodeModalOpen} noPortal={true}>
<RecoveryCodeModal
recoveryCodes={recoveryCodes}
onDownloadComplete={handleDownloadComplete}