✨ Challenge retrieve api
This commit is contained in:
@ -355,7 +355,7 @@ public class ConnectionController(
|
||||
connection.Account,
|
||||
HttpContext,
|
||||
deviceId ?? string.Empty);
|
||||
return Redirect($"/auth/callback?context={challenge.Id}");
|
||||
return Redirect($"/auth/callback?challenge={challenge.Id}");
|
||||
}
|
||||
|
||||
// Register new user
|
||||
|
Reference in New Issue
Block a user