diff --git a/modules/auth/linking/twitch.go b/modules/auth/linking/twitch.go index c4578fb..ef0dc0a 100644 --- a/modules/auth/linking/twitch.go +++ b/modules/auth/linking/twitch.go @@ -230,6 +230,8 @@ func TwitchOAuth(as auth.AccountStore, ss sess.SessionStore, las LinkAccountStor // Check if platform account is linked to an account la, err := las.GetLinkedAccountByPlatformID(PlatformTwitch, user.ID) + log.Println(la) + log.Println(err) if err != nil { // If the account IDs don't match, default to OAuth as the source of truth if a == nil || a.UserID != la.UserID {