@@ -87,7 +87,10 @@ export function Login () {
console.error(error)
}
- hideLoading()
+ setTimeout(() => {
+ hideLoading()
+
+ }, 1000);
return;
})