From 12b42e4a46dbd5f097be3a43d96946aa4f896fc4 Mon Sep 17 00:00:00 2001 From: julius Date: Sat, 3 Jan 2026 13:57:46 +0100 Subject: [PATCH] team invite link handling login state one can register a new account or login and join --- frontend/src/CUTT.tsx | 2 ++ frontend/src/JoinTeam.tsx | 44 +++++++++++++++++++++++++++++++++++++++ frontend/src/Register.tsx | 15 ++++++++++++- frontend/src/Session.tsx | 11 ++++++++++ 4 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 frontend/src/JoinTeam.tsx diff --git a/frontend/src/CUTT.tsx b/frontend/src/CUTT.tsx index e5ab79f..1e975b7 100644 --- a/frontend/src/CUTT.tsx +++ b/frontend/src/CUTT.tsx @@ -10,6 +10,7 @@ import MVPChart from "./MVPChart"; import { SetPassword } from "./SetPassword"; import { Register } from "./Register"; import { ForgotPassword } from "./Login"; +import { Join } from "./JoinTeam"; const Maintenance = () => { return ( @@ -40,6 +41,7 @@ function App() { } /> } /> } /> + } />