mirror of
https://github.com/docmost/docmost.git
synced 2026-07-14 18:26:44 +10:00
refactor: rename MFA enabled field to is_enabled
This commit is contained in:
@@ -190,7 +190,7 @@ export class UserRepo {
|
||||
.select([
|
||||
'userMfa.id',
|
||||
'userMfa.method',
|
||||
'userMfa.enabled',
|
||||
'userMfa.isEnabled',
|
||||
'userMfa.createdAt',
|
||||
])
|
||||
.whereRef('userMfa.userId', '=', 'users.id'),
|
||||
|
||||
Reference in New Issue
Block a user