MAJOR: Updates for Authenticated Web UI and CLI #30

오픈
coolaj86 "next 에서 master 로 77 commits 를 머지하려 합니다"
Showing only changes of commit 4ae6942486 - Show all commits

파일 보기

@ -17,7 +17,6 @@ module.exports.create = function (opts) {
}
, setPassword: function (service, name, key) {
var f = path.join(opts.configDir, name + keyext);
console.log('[DEBUG] set', f);
return fs.writeFile(f, key, 'utf8');
}
, deletePassword: function (service, name) {