summaryrefslogtreecommitdiff
path: root/front/src/routes/auth_successful.jsx
diff options
context:
space:
mode:
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>
</>