fix(editor): Add ssh key type selection to source control settings when regenerating key (#7172)
This commit is contained in:
@@ -14,6 +14,7 @@ export function routesForSourceControl(server: Server) {
|
||||
branchColor: '#1d6acb',
|
||||
connected: false,
|
||||
publicKey: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHEX+25m',
|
||||
keyGeneratorType: 'ed25519',
|
||||
};
|
||||
|
||||
server.get(`${sourceControlApiRoot}/preferences`, (schema: AppSchema, request: Request) => {
|
||||
|
||||
Reference in New Issue
Block a user