Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c194c1141 | |||
| b41136e2c7 | |||
| 41eb4daeb4 | |||
| c423f04b42 |
@@ -80,7 +80,7 @@ public static class Api
|
||||
{
|
||||
await context.ChallengeAsync(OpenIdConnectDefaults.AuthenticationScheme, new AuthenticationProperties
|
||||
{
|
||||
RedirectUri = redirectUri,
|
||||
RedirectUri = redirectUri,
|
||||
});
|
||||
});
|
||||
|
||||
@@ -92,7 +92,7 @@ public static class Api
|
||||
|
||||
await context.SignOutAsync(OpenIdConnectDefaults.AuthenticationScheme, new AuthenticationProperties
|
||||
{
|
||||
RedirectUri = currentBaseUrl
|
||||
RedirectUri = currentBaseUrl,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user