mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-19 12:34:50 +02:00
let user choose SSH key owner when migrating to an org
This commit is contained in:
@@ -146,6 +146,7 @@ func Migrate(ctx *context.APIContext) {
|
||||
AuthUsername: form.AuthUsername,
|
||||
AuthPassword: form.AuthPassword,
|
||||
AuthToken: form.AuthToken,
|
||||
SSHKeyOwnerID: form.SSHKeyOwnerID,
|
||||
Wiki: form.Wiki,
|
||||
Issues: form.Issues,
|
||||
Milestones: form.Milestones,
|
||||
|
||||
Reference in New Issue
Block a user