it sends a magic link when you log in
This commit is contained in:
10
capsulflask/templates/login.html
Normal file
10
capsulflask/templates/login.html
Normal 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 %}
|
Reference in New Issue
Block a user