WIP: log Info User created
This commit is contained in:
parent
a20f535211
commit
11e93784fe
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ func RepositoryInbox(ctx *context.APIContext) {
|
|||
if err := user_model.CreateUser(ctx, user, overwriteDefault); err != nil {
|
||||
panic(fmt.Errorf("CreateUser: %w", err))
|
||||
}
|
||||
|
||||
log.Info("User created!")
|
||||
} else {
|
||||
// use first user
|
||||
user := users[0]
|
||||
|
|
Loading…
Reference in a new issue