logout works
This commit is contained in:
@@ -25,6 +25,6 @@ export class User {
|
||||
@JoinTable()
|
||||
groups: UserGroup[];
|
||||
|
||||
@Column({ nullable: true })
|
||||
hashedRefreshToken?: string;
|
||||
@Column({ type: 'varchar', nullable: true })
|
||||
hashedRefreshToken: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user