mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-05-24 01:28:51 +00:00
fix(client): Fix the login page
This commit is contained in:
parent
66017fce3e
commit
ea20afefc2
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ const login = () => {
|
|||
}
|
||||
}).catch(() => {
|
||||
getCaptcha();
|
||||
}).finally(() => {
|
||||
loading.value = false;
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue