mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
update entity
This commit is contained in:
parent
54d137e3ae
commit
ab5e6c1f7a
@ -17,8 +17,8 @@ export class UserAuth {
|
||||
@Column("text", { default: "" })
|
||||
displayName: string;
|
||||
|
||||
@Column("text", { default: "" })
|
||||
profileImageUrl: string;
|
||||
@Column("text", { nullable: true })
|
||||
profileImageUrl: string | null;
|
||||
|
||||
@Column("text", { default: "" })
|
||||
accessToken: string;
|
||||
|
Loading…
Reference in New Issue
Block a user