mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Account editing and change password.
This commit is contained in:
parent
b5cf9f8719
commit
b392a51676
23 changed files with 230 additions and 102 deletions
|
|
@ -27,7 +27,7 @@ export default function LoginForm() {
|
|||
if (response?.token) {
|
||||
await Router.push('/');
|
||||
} else {
|
||||
setMessage('Incorrect username/password.');
|
||||
setMessage('Incorrect username/password');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue