This commit is contained in:
Chris Troutner
2024-08-19 12:54:44 -07:00
parent 88135669cb
commit 8b04a54fe1
+1 -1
View File
@@ -109,7 +109,7 @@ class Server {
// Create the system admin user.
const success = await this.adminLib.createSystemUser()
if (success) console.log('System admin user created.')
} catch(err) {
} catch (err) {
console.log('Could not create system admin user.')
}
}