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