chore(backend): fix wrong column description in UserProfile
This commit is contained in:
parent
379ce0145b
commit
969ed9ae21
|
@ -137,7 +137,7 @@ export class MiUserProfile {
|
|||
|
||||
@Column('varchar', {
|
||||
length: 128, nullable: true,
|
||||
comment: 'The password hash of the User. It will be null if the origin of the user is local.',
|
||||
comment: 'The password hash of the User. It will be null if the origin of the user is remote.',
|
||||
})
|
||||
public password: string | null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue