mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Add support of google signin
This commit is contained in:
parent
900141daff
commit
6405bb5056
10 changed files with 47 additions and 8 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue