From d9b0d3846ad85f92375c8186b0777ab56ad41628 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Mon, 26 Oct 2020 23:54:19 +0100
Subject: [PATCH] added cancel button to mfa.auth, closes #30

---
 uffd/mfa/templates/auth.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/uffd/mfa/templates/auth.html b/uffd/mfa/templates/auth.html
index 13c1f0c6..d1080529 100644
--- a/uffd/mfa/templates/auth.html
+++ b/uffd/mfa/templates/auth.html
@@ -35,6 +35,9 @@
 		<div class="form-group col-12">
 			<button type="submit" class="btn btn-primary btn-block">Verify</button>
 		</div>
+		<div class="form-group col-12">
+			<a href="{{ url_for("session.logout") }}" class="btn btn-secondary btn-block">Cancel</a>
+		</div>
 	</div>
 </div>
 </form>
-- 
GitLab