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