Yep
This commit is contained in:
@@ -59,7 +59,7 @@ public class UserController : ControllerBase
|
||||
/// <returns></returns>
|
||||
[AllowAnonymous]
|
||||
[HttpGet("LoginAsGuest")]
|
||||
public async Task<IActionResult> GuestLogin([FromQuery] string returnUrl)
|
||||
public async Task<IActionResult> GuestLogin([FromQuery] string? returnUrl)
|
||||
{
|
||||
var principal = await this.claimsTransformation.CreateClaimsFromGuestPrincipal(User);
|
||||
if (principal != null)
|
||||
|
||||
Reference in New Issue
Block a user