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