From 5ed999b10048e0af673fc560df83ecfbf6715b9c Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Fri, 24 Mar 2023 14:51:39 +0000 Subject: [PATCH] fix: w3console email check page improvements (#471) the colors match the login box, so are less jarring, and the cancel button is hidden! it doesn't work yet! See next PR. **after** Screenshot 2023-03-24 at 14 41 25 **before** Screenshot 2023-03-24 at 14 41 50 License: MIT Signed-off-by: Oli Evans --- .../react/w3console/src/components/Authenticator.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/react/w3console/src/components/Authenticator.tsx b/examples/react/w3console/src/components/Authenticator.tsx index 3d02504c..aca4a7ca 100644 --- a/examples/react/w3console/src/components/Authenticator.tsx +++ b/examples/react/w3console/src/components/Authenticator.tsx @@ -41,12 +41,15 @@ export function AuthenticationSubmitted (): JSX.Element { return (
-
-

Verify your email address!

+
+
+ +
+

Verify your email address!

- Click the link in the email we sent to {email} to authorize this agent. + Click the link in the email we sent to {email} to authorize this agent.

- + Cancel