fix: JoinPage graceful already-member handling + "I use another instance" for auth'd users

- Add spaceId to InvitePreview so the client can navigate to the space
- Detect "already a member" error and show green success card with auto-redirect
- Add "I use another instance" link for authenticated users alongside "Not you? Log in"
This commit is contained in:
Jannis Braun
2026-03-13 03:58:28 +01:00
parent a3a045905e
commit fed2a64d3f
3 changed files with 62 additions and 4 deletions
+1
View File
@@ -53,6 +53,7 @@ export interface Space {
}
export interface InvitePreview {
spaceId: string;
spaceName: string;
description: string | null;
icon: string | null;