kopia lustrzana https://github.com/c9/core
Merge pull request +14634 from c9/multi-api-ide-profile-private-ssh-keys
Add separate private key for SSH workspacespull/240/merge
commit
b5b228bdaf
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue