Replace the Material theme by DiscordFX

This commit is contained in:
Kévin Chalet
2022-01-07 18:10:45 +01:00
parent b3a75b3a63
commit a3fa2d4107
24 changed files with 1310 additions and 376 deletions

View File

@@ -63,7 +63,6 @@ While not recommended, support for the `code_challenge_method=plain` method can
services.AddOpenIddict()
.AddServer(options =>
{
options.Configure(options => options.CodeChallengeMethods.Add(
CodeChallengeMethods.Plain));
options.Configure(options => options.CodeChallengeMethods.Add(CodeChallengeMethods.Plain));
});
```