diff --git a/pages/confirmation.tsx b/pages/confirmation.tsx index 923c935..8d28aaf 100644 --- a/pages/confirmation.tsx +++ b/pages/confirmation.tsx @@ -43,6 +43,12 @@ export default function EmailConfirmaion() {
+ {router.query.email && typeof router.query.email === "string" && ( +

+ {decodeURIComponent(router.query.email)} +

+ )} +

{t("verification_email_sent_desc")}