oauth returns access token

This commit is contained in:
Jan Prochazka
2022-11-14 21:20:58 +01:00
parent 792fa75ccd
commit f42d78b2fb
8 changed files with 71 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ module.exports = {
isDocker: platformInfo.isDocker,
permissions,
login,
oauth: process.env.OAUTH,
...currentVersion,
};
},