let user choose SSH key owner when migrating to an org

This commit is contained in:
pomidorry
2026-06-07 14:38:26 +03:00
parent 781666b5eb
commit 6ce30aa144
13 changed files with 109 additions and 19 deletions
+1
View File
@@ -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,