update
This commit is contained in:
@@ -41,11 +41,11 @@ namespace IchniOnline.Online.Models
|
||||
|
||||
public void UpdateFromServerResponse(LoginResponseDto response)
|
||||
{
|
||||
this.jwtToken = response.Token;
|
||||
this.userId = response.User.UserId;
|
||||
this.displayName = response.User.DisplayName;
|
||||
this.avatarUrl = response.User.AvatarUrl;
|
||||
this.permission = response.User.Permission;
|
||||
this.jwtToken = response.token;
|
||||
this.userId = response.user.userId;
|
||||
this.displayName = response.user.displayName;
|
||||
this.avatarUrl = response.user.avatarUrl;
|
||||
this.permission = response.user.permission;
|
||||
this.hasServerSession = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user