mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Put exclamation mark behind console log text of successfully created default admin user for consistency
This commit is contained in:
parent
d8d080dae5
commit
f2aba3e12e
@ -69,7 +69,7 @@ const createDefaultAdminUser = async (session) => {
|
|||||||
})
|
})
|
||||||
try {
|
try {
|
||||||
await createAdminTxResultPromise
|
await createAdminTxResultPromise
|
||||||
console.log('Successfully created default admin user') // eslint-disable-line no-console
|
console.log('Successfully created default admin user!') // eslint-disable-line no-console
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error) // eslint-disable-line no-console
|
console.log(error) // eslint-disable-line no-console
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user