mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
update entity
This commit is contained in:
parent
54d137e3ae
commit
ab5e6c1f7a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue