1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00
Files
TypeScript-Node-Starter/views/account/login.pug
amodolo 6afbd99bf6 - packages updated
- porting to bootstrap 4
2018-07-19 08:30:52 +02:00

32 lines
1.2 KiB
Plaintext

extends ../layout
block content
.page-header
h3 Sign in
hr
form.form-horizontal(method='POST')
input(type='hidden', name='_csrf', value=_csrf)
.form-group.row.justify-content-md-center
label.col-sm-3.col-form-label.text-right.font-weight-bold(for='email') Email
.col-sm-7
input.form-control(type='email', name='email', id='email', placeholder='Email', autofocus, required)
.form-group.row.justify-content-md-center
label.col-sm-3.col-form-label.text-right.font-weight-bold(for='password') Password
.col-sm-7
input.form-control(type='password', name='password', id='password', placeholder='Password', required)
.form-group.row.justify-content-md-center
.offset-sm-3.col-sm-7
button.col-sm-3.btn.btn-primary(type='submit')
i.fa.fa-user
| Login
a.btn.btn-link(href='/forgot') Forgot your password?
.form-group.row.justify-content-md-center
.offset-sm-3.col-sm-7
hr
.form-group.row.justify-content-md-center
.offset-sm-3.col-sm-7
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')
i.fa.fa-facebook
| Sign in with Facebook