mirror of
https://git.recroomarchive.org/RecRoomArchive/RRAC.git
synced 2026-09-09 07:01:24 -07:00
More changes...
This commit is contained in:
@@ -34,7 +34,7 @@ namespace RecRoomArchive.Controllers.API.PlatformLogin.V2
|
||||
accountService.CreateAccount(username);
|
||||
}
|
||||
|
||||
var accountId = accountService.GetSelfAccount()!.Id;
|
||||
var accountId = accountService.GetSelfAccountId()!.Value;
|
||||
|
||||
return Ok(new BaseLoginResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user