Skip to content
Snippets Groups Projects
Unverified Commit 172543e1 authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

[FIX] Recovery modal bug fix (#1688)

noPortal to fix reovery code modal from being hidden
parent 5676e129
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,7 @@ export default function MultiUserAuth() {
</div>
</form>
<ModalWrapper isOpen={isRecoveryCodeModalOpen}>
<ModalWrapper isOpen={isRecoveryCodeModalOpen} noPortal={true}>
<RecoveryCodeModal
recoveryCodes={recoveryCodes}
onDownloadComplete={handleDownloadComplete}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment