add api keys to secrets for authenticating

pull/2/head
Michael Q Larson 2014-10-15 14:11:11 -07:00
parent 8c15b4beee
commit dba05acb15
1 changed files with 0 additions and 15 deletions

View File

@ -3,21 +3,6 @@ extends ../layout
block content
.page-header
h3 Sign in
form(method='POST')
input(type='hidden', name='_csrf', value=_csrf)
.col-sm-8.col-sm-offset-2
.form-group
label.control-label(for='email') Email
input.form-control(type='text', name='email', id='email', placeholder='Email', autofocus=true)
.form-group
label.control-label(for='password') Password
input.form-control(type='password', name='password', id='password', placeholder='Password')
.form-group
button.btn.btn-primary(type='submit')
span.ion-android-hand
| Login
a.btn.btn-link(href='/forgot') Forgot your password?
hr
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')
i.fa.fa-facebook
| Sign in with Facebook