Fix team profile auth recovery
CI - Build & Verify / Build, Typecheck & Hygiene (push) Successful in 54s
CI - Build & Verify / Deploy to award.noveria.net (push) Successful in 1m5s

This commit is contained in:
AzuTear
2026-06-26 20:06:10 +02:00
parent 47fe59c42a
commit aeade132f9
15 changed files with 237 additions and 37 deletions
+5
View File
@@ -36,3 +36,8 @@ public sealed record AuthSessionDto(
string? TeamLogin = null,
string? BoundTwitchUserId = null,
string? BoundTwitchDisplayName = null);
public sealed record TwitchBindingDisconnectResponse(
bool Disconnected,
bool LoggedOut,
AuthSessionDto? Session);