Print the server's admin creds in the console when starting up

This commit is contained in:
zontreck 2024-06-03 15:13:54 -07:00
parent 09967de31b
commit 0c30b3f820

View file

@ -15,8 +15,8 @@ void main() async {
Settings settings = Settings();
await settings.Read();
//print(
// "Server Admin Credentials\nUsername: ${settings.serverLoginCreds.username}\nPassword: ${settings.serverLoginCreds.password}");
print(
"Server Admin Credentials\nUsername: ${settings.serverLoginCreds.username}\nPassword: ${settings.serverLoginCreds.password}\n\n");
PathHelper helper = PathHelper(pth: Directory.current.path);
helper = helper.resolve("data").mkdir();