Authorized device

This commit is contained in:
2025-08-14 02:21:59 +08:00
parent 5f70d53c94
commit 1778ab112d
5 changed files with 11 additions and 5 deletions

View File

@@ -96,7 +96,8 @@ public class OidcController(
userInfo,
account,
HttpContext,
request.DeviceId
request.DeviceId,
request.DeviceName
);
return Ok(challenge);