isMicrosoftAuthEnabled = true (#9812)
This commit is contained in:
@ -135,6 +135,6 @@ export class Workspace {
|
||||
isPasswordAuthEnabled: boolean;
|
||||
|
||||
@Field()
|
||||
@Column({ default: false })
|
||||
@Column({ default: true })
|
||||
isMicrosoftAuthEnabled: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user