Test fix
Go Release / build-and-release (pull_request) Successful in 6s
Go CI / Test and Lint (pull_request) Failing after 6s
Go CI / Test and Lint (push) Failing after 16s

This commit is contained in:
2026-05-25 22:30:21 -04:00
parent 9565259dc1
commit 801a314421
+1
View File
@@ -9,6 +9,7 @@ func InitUserProfile(usr *User) (usrProfile *UserProfile, done bool) {
if usr == nil {
return nil, false
} else {
userProfile = new(UserProfile)
if len(usr.Password) > 0 {
var newUsr User
newUsr = *usr