Skip to content

Commit

Permalink
fix init user (#5104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 authored Sep 25, 2024
1 parent c80c265 commit 7b025ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/job/init/internal/util/database/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func PresetAdminUser() error {
Nickname: adminUserName,
CreatedAt: time.Now(),
UpdatedAt: time.Now(),
Status: types.UserStatusNormal,
}, &types.Workspace{
UID: genWorkspaceUID,
ID: workspacePrefix + adminUserName,
Expand Down

0 comments on commit 7b025ae

Please sign in to comment.