From 14723b03ff1872cfc8d1f47a44580af4b0aa0d00 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 18 Dec 2017 10:53:45 +1100 Subject: [PATCH] Fix regression - the verification tooltips weren't working with FA 5 --- lemonauth/templates/lemonauth/indie.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lemonauth/templates/lemonauth/indie.html b/lemonauth/templates/lemonauth/indie.html index 86e0b1d..8122732 100644 --- a/lemonauth/templates/lemonauth/indie.html +++ b/lemonauth/templates/lemonauth/indie.html @@ -14,9 +14,13 @@ {% if app %}{{ app.name | first }}{% endif %} {% if app %}({% endif %}{{ params.client_id }}{% if app %}){% endif %}? {% if verified %} - + + + {% else %} - + + + {% endif %}