Skip to content
Snippets Groups Projects
Commit d9b0d384 authored by Julian's avatar Julian
Browse files

added cancel button to mfa.auth, closes #30

parent e46e0329
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
<div class="form-group col-12"> <div class="form-group col-12">
<button type="submit" class="btn btn-primary btn-block">Verify</button> <button type="submit" class="btn btn-primary btn-block">Verify</button>
</div> </div>
<div class="form-group col-12">
<a href="{{ url_for("session.logout") }}" class="btn btn-secondary btn-block">Cancel</a>
</div>
</div> </div>
</div> </div>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment