summaryrefslogtreecommitdiff
path: root/controllers/auth.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-25 22:23:51 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-25 22:23:51 -0700
commit9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 (patch)
tree51cb4f8038b5cf7c0776f75e287dc0d0131d38b1 /controllers/auth.php
parenta3701e1e4f248ddb2e9fda275e55febecadc32cc (diff)
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
Diffstat (limited to 'controllers/auth.php')
-rw-r--r--controllers/auth.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/controllers/auth.php b/controllers/auth.php
index 7caaba3..7caddd3 100644
--- a/controllers/auth.php
+++ b/controllers/auth.php
@@ -67,11 +67,6 @@ $app->get('/', function($format='html') use($app) {
$res->body($html);
});
-$app->get('/signin', function() use($app) {
- $html = render('signin', array('title' => 'Sign In'));
- $app->response()->body($html);
-});
-
$app->get('/auth/start', function() use($app) {
$req = $app->request();