Bye bye console.log
This commit is contained in:
parent
3d02d19f05
commit
b8f45492a4
@ -21,8 +21,6 @@ export default function QemuResourcePage() {
|
|||||||
}
|
}
|
||||||
}, [qemu]);
|
}, [qemu]);
|
||||||
|
|
||||||
console.log({ rddData });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ScrollView>
|
<ScrollView>
|
||||||
<Card>
|
<Card>
|
||||||
|
@ -58,7 +58,6 @@ export default function Login() {
|
|||||||
authStore.update({ domain, username, ticketData });
|
authStore.update({ domain, username, ticketData });
|
||||||
},
|
},
|
||||||
onError: (error: AxiosError) => {
|
onError: (error: AxiosError) => {
|
||||||
console.log(error);
|
|
||||||
switch (error.code) {
|
switch (error.code) {
|
||||||
case "ERR_BAD_REQUEST":
|
case "ERR_BAD_REQUEST":
|
||||||
setError("Invalid username or password");
|
setError("Invalid username or password");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user