@quarks/quarks-iam
Version:
A modern authorization server built to authenticate your users and protect your APIs
22 lines (18 loc) • 769 B
text/jade
doctype html
html(lang="en")
head
title Verify email | Anvil Connect
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css')
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
if error
.error= error
else
div Your e-mail has now been verified!
if signin
div You may now continue to sign in to #{signin.client.client_name}.
a.button(href=signin.url) Continue to sign in