From 593a631a564926b5b118805b8bea13a753e4757d Mon Sep 17 00:00:00 2001 From: Simponic Date: Sat, 28 Jan 2023 22:56:10 -0700 Subject: Ensure board is flipped when starting a game as dark, move some constants to environment variables, minor frontend changes: --- front/src/routes/auth_successful.jsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'front/src/routes/auth_successful.jsx') diff --git a/front/src/routes/auth_successful.jsx b/front/src/routes/auth_successful.jsx index 7c66587..7a20eae 100644 --- a/front/src/routes/auth_successful.jsx +++ b/front/src/routes/auth_successful.jsx @@ -24,16 +24,10 @@ export const AuthSuccessful = () => { return ( <>

Hello there, {player?.username || ""}!

-
- If you have not already done so: - - Add a Public Key - -
-
+

You've successfully been authenticated.

- Go Home + Get Started
-- cgit v1.3