mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
auth: try fix discord login
attempt 1/inf
This commit is contained in:
@@ -41,6 +41,7 @@ public static class WebApplicationBuilderExtensions
|
||||
{
|
||||
options.ClientId = discordAuthOptions.ClientId!;
|
||||
options.ClientSecret = discordAuthOptions.ClientSecret!;
|
||||
options.CallbackPath = PathString.FromUriComponent("/signin/discord");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user