This commit is contained in:
@ -150,7 +150,7 @@ export async function loginWithEmail(credential, password) {
|
||||
credential,
|
||||
password,
|
||||
device: 0,
|
||||
appVersion: '1.0',
|
||||
appVersion: '',
|
||||
});
|
||||
}
|
||||
|
||||
@ -159,7 +159,7 @@ export async function loginWithPhone(credential, password) {
|
||||
credential,
|
||||
password,
|
||||
device: 0,
|
||||
appVersion: '1.0',
|
||||
appVersion: '',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user