You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils.Log.Infof("Successfully created the admin user and the initial password is: %s", adminPassword)
44
+
fmt.Printf("\033[36mINFO\033[39m[%s] Successfully created the admin user and the initial password is: %s\n", time.Now().Format("2006-01-02 15:04:05"), adminPassword)
42
45
}
43
46
} else {
44
47
utils.Log.Fatalf("[init user] Failed to get admin user: %v", err)
0 commit comments