mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
Update scripts/list-users.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
c5b9fc3ddc
commit
a6edfc9f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ async function createAdmin() {
|
|||
|
||||
console.log(`Admin user created successfully with ID: ${user.id}`);
|
||||
console.log(`Username: ${username}`);
|
||||
console.log(`Password: ${password}`);
|
||||
console.log('Password: [REDACTED]');
|
||||
} catch (e) {
|
||||
console.error('Error creating admin user:', e);
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue