mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Trim usernames
This commit is contained in:
@@ -186,7 +186,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
@Override
|
||||
protected EmailProvider onExecute(Context context, Bundle args) throws Throwable {
|
||||
String name = args.getString("name");
|
||||
String email = args.getString("email");
|
||||
String email = args.getString("email").trim();
|
||||
String password = args.getString("password");
|
||||
boolean check = args.getBoolean("check");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user