Github OAuth support

This commit is contained in:
Ricardo Espinoza
2020-02-09 10:11:15 -05:00
parent 928bf4dc68
commit 96741460e3
3 changed files with 52 additions and 16 deletions

View File

@@ -979,7 +979,7 @@ class App {
// Save the credentials in DB
await Db.collections.Credentials!.update(state.cid, newCredentialsData);
res.sendFile(pathResolve('templates/oauth-callback.html'));
res.sendFile(pathResolve('../templates/oauth-callback.html'));
});