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: "" })
|
@Column("text", { default: "" })
|
||||||
displayName: string;
|
displayName: string;
|
||||||
|
|
||||||
@Column("text", { default: "" })
|
@Column("text", { nullable: true })
|
||||||
profileImageUrl: string;
|
profileImageUrl: string | null;
|
||||||
|
|
||||||
@Column("text", { default: "" })
|
@Column("text", { default: "" })
|
||||||
accessToken: string;
|
accessToken: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user