This commit is contained in:
AJ ONeal 2019-05-12 00:25:21 -06:00
parent 6c6f9133e9
commit 4ae6942486
1 changed files with 0 additions and 1 deletions

View File

@ -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) {

Internal Server Error - CoolAJ86 on GIT

Internal Server Error

Gitea Version: 1.21.11