mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 13:01:46 -07:00
chore(LogInUser.jsx): console.log -> console.error
This commit is contained in:
parent
e41a7a11d9
commit
9fa0e7bf18
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function LogInUser() {
|
||||||
.catch(function (error) {
|
.catch(function (error) {
|
||||||
setPassword("");
|
setPassword("");
|
||||||
setSnackbarOpen(true);
|
setSnackbarOpen(true);
|
||||||
console.log(error);
|
console.error(error);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue