feat(core): Show Public API key value only once (no-changelog) (#10126)
This commit is contained in:
@@ -104,7 +104,7 @@ export class User extends WithTimestamps implements IUser {
|
||||
|
||||
@Column({ type: String, nullable: true })
|
||||
@Index({ unique: true })
|
||||
apiKey?: string | null;
|
||||
apiKey: string | null;
|
||||
|
||||
@Column({ type: Boolean, default: false })
|
||||
mfaEnabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user