feat(server): link via profile.sub (#1055)

This commit is contained in:
Jason Rasmussen
2022-12-03 22:59:24 -05:00
committed by GitHub
parent 424b11cf50
commit 99854e90be
9 changed files with 64 additions and 3 deletions

View File

@@ -23,6 +23,9 @@ export class UserEntity {
@Column({ default: '', select: false })
salt?: string;
@Column({ default: '', select: false })
oauthId!: string;
@Column({ default: '' })
profileImagePath!: string;