diff --git a/routers/web/user/setting/keys.go b/routers/web/user/setting/keys.go index f902ea0067..20896833d1 100644 --- a/routers/web/user/setting/keys.go +++ b/routers/web/user/setting/keys.go @@ -353,7 +353,7 @@ func loadKeysData(ctx *context.Context) { *user_model.SSHKeypair PublicKeyWithComment string }{ - SSHKeypair: mirrorKeypair, + SSHKeypair: mirrorKeypair, PublicKeyWithComment: publicKeyWithComment, }