tro bo
This commit is contained in:
@ -21,8 +21,6 @@ async function login(redirectTo = '/home')
|
||||
let response = await client.login(username, password);
|
||||
|
||||
if (response.status == 200) {
|
||||
await client.notice.disconnect();
|
||||
await client.notice.connect();
|
||||
navigateTo(redirectTo);
|
||||
} else {
|
||||
let error = await response.json();
|
||||
|
Reference in New Issue
Block a user