1
This commit is contained in:
@@ -65,7 +65,7 @@ export default {
|
|||||||
if (!userServerInstance) {
|
if (!userServerInstance) {
|
||||||
throw new Error('userServer not initialized')
|
throw new Error('userServer not initialized')
|
||||||
}
|
}
|
||||||
|
debugger
|
||||||
let promise = new Promise(async (resolve, reject) => {
|
let promise = new Promise(async (resolve, reject) => {
|
||||||
try {
|
try {
|
||||||
let res = await userServerInstance.login(userFrom)
|
let res = await userServerInstance.login(userFrom)
|
||||||
|
|||||||
Reference in New Issue
Block a user