Skip to content
Snippets Groups Projects
Unverified Commit f9ff621d authored by syuilo's avatar syuilo
Browse files

2段階認証を有効にするとログインできない問題を修正

parent 23a5a757
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment