Improve index layout and UX with UI adjustments and better wording
This commit is contained in:
@@ -93,7 +93,8 @@ function showIndex(req, res, next) {
|
||||
github: config.github,
|
||||
gitlab: config.gitlab,
|
||||
dropbox: config.dropbox,
|
||||
google: config.google
|
||||
google: config.google,
|
||||
signin: req.isAuthenticated()
|
||||
});
|
||||
res.write(content);
|
||||
res.end();
|
||||
|
||||
Reference in New Issue
Block a user