restructured default admin creation

This commit is contained in:
Laurin
2022-10-20 16:08:10 +02:00
committed by La_Felx
parent ff13a95eac
commit 28d48cd178
2 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ export const generateDefaultCredentials = async () => {
update: {},
});
logger.notice("Default admin name is " + name);
logger.notice("Default admin name is: " + name);
logger.notice("Confidential password: " + pw);
};