Add control to limit the number of accounts to share.

This commit is contained in:
Paulo Gustavo Veiga
2022-04-11 16:58:06 -03:00
parent c6ddadba45
commit 7af7925610
4 changed files with 76 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ public class UserManagerImpl
@Override
@Nullable
public User getUserBy(@NotNull final String email) {
User user = null;