@quarks/quarks-iam
Version:
A modern authorization server built to authenticate your users and protect your APIs
23 lines (19 loc) • 802 B
text/jade
doctype html
html(lang="en")
head
title Account Recovery | Anvil Connect
link(rel='stylesheet', href='/stylesheets/app.css')
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,400italic,700,700italic|Raleway:400,100,600,300|Playfair+Display+SC:900,400')
body
.anvilform
img.logo(src='/images/anvil.svg', alt='Anvil Connect')
.panel
h2 Having trouble signing in?
if error
.error= error
p
| Enter the e-mail address you use to sign in to Anvil Connect, and
| we'll send you a link to help you reset your password.
form(method='POST')
input(name='email', type='email', placeholder='E-mail address')
input.callout.full(type='submit', value='Continue')