Add support of google signin
This commit is contained in:
@@ -96,7 +96,8 @@ function showIndex(req, res, next) {
|
||||
twitter: config.twitter,
|
||||
github: config.github,
|
||||
gitlab: config.gitlab,
|
||||
dropbox: config.dropbox
|
||||
dropbox: config.dropbox,
|
||||
google: config.google
|
||||
});
|
||||
res.write(content);
|
||||
res.end();
|
||||
@@ -127,7 +128,8 @@ function responseHackMD(res, note) {
|
||||
twitter: config.twitter,
|
||||
github: config.github,
|
||||
gitlab: config.gitlab,
|
||||
dropbox: config.dropbox
|
||||
dropbox: config.dropbox,
|
||||
google: config.google
|
||||
});
|
||||
var buf = html;
|
||||
res.writeHead(200, {
|
||||
|
||||
Reference in New Issue
Block a user