Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Make auth great again.
Browse files Browse the repository at this point in the history
  • Loading branch information
geneh committed Mar 7, 2017
1 parent 7b6865a commit 48abadd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const router = express.Router();

const routes = require('./routes/');

// router.use(corporateAuth.corporateRoute);
router.use(corporateAuth.corporateRoute);
router.use(routes);

module.exports = router;
9 changes: 6 additions & 3 deletions public/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
</head>

<body>
<div class="container text-center">
<h1>Crawler Dashboard</h1>
<h3 id="crawlerUrl"></h3>
<div class="container">
<div class="row">
<div class="col-md-3"><br><h4 id="crawlerUrl"></h4></div>
<div class="col-md-6 text-center"><h1>Crawler Dashboard</h1></div>
<div class="col-md-3 text-right"><br><span><a href="/signout">Sign out</a></span></div>
</div>
</div>
<div class="container">
<div class="row">
Expand Down

0 comments on commit 48abadd

Please sign in to comment.