Fix team profile auth recovery
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user