From 42e16cbf041566193c2010c96ff307ee705c5458 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 19 Oct 2023 00:17:35 -0400 Subject: [PATCH] minor change --- pages/settings/account.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/settings/account.tsx b/pages/settings/account.tsx index 783c6f9..9cd52b6 100644 --- a/pages/settings/account.tsx +++ b/pages/settings/account.tsx @@ -207,7 +207,7 @@ export default function Account() { ) : undefined} {user.email !== account.email ? ( -

+

You will need to log back in after you apply this Email.

) : undefined}