This commit is contained in:
Viktor Liu
2025-11-21 12:31:05 +01:00
parent 38972d3dc9
commit 96d57f6968

View File

@@ -73,11 +73,7 @@ func IsSystemAccount(username string) bool {
}
}
if strings.HasSuffix(username, "$") {
return true
}
return false
return strings.HasSuffix(username, "$")
}
// RegisterTestUserCleanup registers a test user for cleanup