mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
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