refactor: sync

This commit is contained in:
shenlong-tanwen
2024-09-15 20:02:09 +05:30
parent 37b15869d5
commit ded4481190
20 changed files with 307 additions and 86 deletions
@@ -132,6 +132,7 @@ class LoginService with LogContext {
return false;
}
ServiceLocator.registerCurrentUser(user);
return true;
}
}