From ce3a0fbdd94ffb954ca390c5e93fb1140af984e4 Mon Sep 17 00:00:00 2001 From: Kenji Ishii Date: Mon, 26 Sep 2016 10:13:38 +0900 Subject: [PATCH] Fix the flicker of the log on button name A log on button name in horizon depends on auth_type. This patch will fix it so as to be displayed without a flicker after evaluation is finished. Change-Id: I174716651ea2f4ac894c7dd5d52e5f57fe8be06a Closes-Bug: #1627560 --- horizon/templates/auth/_login_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horizon/templates/auth/_login_form.html b/horizon/templates/auth/_login_form.html index 8f943bb241..e1b52e754e 100644 --- a/horizon/templates/auth/_login_form.html +++ b/horizon/templates/auth/_login_form.html @@ -65,9 +65,9 @@