WIP
This commit is contained in:
parent
2d62aaac5d
commit
5c567eb5dc
|
@ -603,7 +603,7 @@ class LoginCall {
|
|||
'Content-Type': 'application/x-www-form-urlencoded',
|
||||
},
|
||||
params: {
|
||||
'email': email,
|
||||
'email': email.toLowerCase(),
|
||||
'password': password,
|
||||
'uuid': devUUID,
|
||||
'token': token,
|
||||
|
@ -642,7 +642,7 @@ class RegisterCall {
|
|||
},
|
||||
params: {
|
||||
'name': name,
|
||||
'email': email,
|
||||
'email': email.toLowerCase(),
|
||||
'password': password,
|
||||
'token': token,
|
||||
'uuid': uuid,
|
||||
|
|
Loading…
Reference in New Issue