mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
Update scripts/change-password.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
46da6f3770
commit
bef6dca806
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ async function changePassword() {
|
|||
|
||||
console.log(`Password changed successfully for ${username}.`);
|
||||
} catch (e) {
|
||||
console.error('Error changing password:', e);
|
||||
console.error('Error changing password:', e.message || e);
|
||||
} finally {
|
||||
await prisma.$disconnect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue