Merge pull request +14634 from c9/multi-api-ide-profile-private-ssh-keys

Add separate private key for SSH workspaces
pull/240/merge
Tim Robinson 2016-08-09 10:41:51 -07:00 zatwierdzone przez GitHub
commit b5b228bdaf
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -112,7 +112,6 @@ module.exports.makeLocal = function(config, options) {
name: options.user.name,
fullname: options.user.fullname,
email: options.user.email,
pubkey: options.user.pubkey
},
project: {
id: options.project.id,

Wyświetl plik

@ -674,7 +674,6 @@ module.exports = function(options) {
name: options.user.name,
fullname: options.user.fullname,
email: options.user.email,
pubkey: options.user.pubkey,
date_add: options.user.date_add,
active: options.user.active,
c9version: options.user.c9version,