GCR deployment testing in progress - content type issue still remaining.
This commit is contained in:
@@ -11,7 +11,7 @@ public static partial class PostLogoutHandler
|
||||
{
|
||||
// Empty command — [AsParameters] ensures form content-type is accepted
|
||||
// and antiforgery token in the form is validated by the middleware.
|
||||
public record Command;
|
||||
public class Command;
|
||||
|
||||
private static async ValueTask HandleAsync(
|
||||
[AsParameters] Command _,
|
||||
|
||||
Reference in New Issue
Block a user