mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
feat: add husky with lint-staged, linted files
This commit is contained in:
parent
d08aa4854b
commit
65f404314b
5 changed files with 231 additions and 14 deletions
|
@ -41,11 +41,10 @@
|
|||
if (e.result.status === 303) {
|
||||
toast.success('Logged in successfully.');
|
||||
} else {
|
||||
console.log(e)
|
||||
console.log(e);
|
||||
toast.error('Invalid credentials.');
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
const { form: formData, enhance } = form;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue