summaryrefslogtreecommitdiff
path: root/front/src/routes/auth_successful.jsx
diff options
context:
space:
mode:
authorSimponic <elizabeth.hunt@simponic.xyz>2023-01-28 22:56:10 -0700
committerSimponic <elizabeth.hunt@simponic.xyz>2023-01-28 22:56:10 -0700
commit593a631a564926b5b118805b8bea13a753e4757d (patch)
tree3f2a5460eda4ef19142b20386c7dee001f4675b5 /front/src/routes/auth_successful.jsx
parentbb66cd91a3e76e9b746750de51b5edd34b5d2259 (diff)
downloadchessh-593a631a564926b5b118805b8bea13a753e4757d.tar.gz
chessh-593a631a564926b5b118805b8bea13a753e4757d.zip
Ensure board is flipped when starting a game as dark, move some constants to environment variables, minor frontend changes:
Diffstat (limited to 'front/src/routes/auth_successful.jsx')
-rw-r--r--front/src/routes/auth_successful.jsx10
1 files changed, 2 insertions, 8 deletions
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 (
<>
<h3>Hello there, {player?.username || ""}! </h3>
- <div>
- <span> If you have not already done so: </span>
- <Link to="/keys" className="button">
- Add a Public Key
- </Link>
- </div>
- <br />
+ <p>You've successfully been authenticated.</p>
<div>
<Link to="/home" className="button">
- Go Home
+ Get Started
</Link>
</div>
</>