You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line will throw a nullref in case verified is not present, resulting in context.Identity being null. This ends up with a nondescript acccess_denied error. Simply adding a ? before the ToLowerInvariant fixes things
The text was updated successfully, but these errors were encountered:
OwinOAuthProviders/src/Owin.Security.Providers.Discord/Provider/DiscordAuthenticatedContext.cs
Line 42 in 8b382b0
This line will throw a nullref in case verified is not present, resulting in context.Identity being null. This ends up with a nondescript acccess_denied error. Simply adding a ? before the ToLowerInvariant fixes things
The text was updated successfully, but these errors were encountered: