We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a22e7 commit e458f2aCopy full SHA for e458f2a
internal/bootstrap/data/user.go
@@ -41,7 +41,7 @@ func initUser() {
41
} else {
42
// DO NOT output the password to log file. Only output to console.
43
// utils.Log.Infof("Successfully created the admin user and the initial password is: %s", adminPassword)
44
- fmt.Printf("Successfully created the admin user and the initial password is: %s", adminPassword)
+ fmt.Printf("Successfully created the admin user and the initial password is: %s\n", adminPassword)
45
}
46
47
utils.Log.Fatalf("[init user] Failed to get admin user: %v", err)
0 commit comments