mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
debug, store user info
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -123,7 +123,6 @@ class LoginResponse {
|
||||
LoginResponse.fromJson(Map<String, dynamic> json) {
|
||||
access_token = json['access_token'];
|
||||
type = json['type'];
|
||||
print('REMOVE ME ================== $json');
|
||||
user = json['user'] != null ? UserPayload.fromJson(json['user']) : null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user