diff --git a/frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx b/frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx index 4a3751385..f8f56eb29 100644 --- a/frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx +++ b/frontend/src/components/Modals/DisplayRecoveryCodeModal/index.jsx @@ -2,6 +2,7 @@ import showToast from "@/utils/toast"; import { DownloadSimple, Key } from "@phosphor-icons/react"; import { saveAs } from "file-saver"; import { useState } from "react"; +import ModalWrapper from "@/components/ModalWrapper"; export default function RecoveryCodeModal({ recoveryCodes, @@ -32,55 +33,59 @@ export default function RecoveryCodeModal({ }; return ( -
- In order to reset your password in the future, you will need these
- recovery codes. Download or copy your recovery codes to save them.{" "}
-
- These recovery codes are only shown once!
-
+ In order to reset your password in the future, you will need these
+ recovery codes. Download or copy your recovery codes to save them.{" "}
+
+ These recovery codes are only shown once!
+