it sends a magic link when you log in

This commit is contained in:
2020-05-09 22:59:22 -05:00
parent edb476ec41
commit 64bca1fd97
10 changed files with 137 additions and 28 deletions

View File

@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block content %}
<form method="post">
<label for="email">Email Address</label>
<input name="email" id="email" required>
<input type="submit" value="Log In">
</form>
{% endblock %}