mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 19:56:43 -06:00
2段階認証を有効にするとログインできない問題を修正
This commit is contained in:
parent
23a5a75778
commit
f9ff621d4a
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ export class UserRepository extends Repository<User> {
|
|||
autoWatch: profile!.autoWatch,
|
||||
alwaysMarkNsfw: profile!.alwaysMarkNsfw,
|
||||
carefulBot: profile!.carefulBot,
|
||||
twoFactorEnabled: profile!.twoFactorEnabled,
|
||||
hasUnreadMessagingMessage: MessagingMessages.count({
|
||||
where: {
|
||||
recipientId: user.id,
|
||||
|
|
Loading…
Reference in a new issue