From 5c6c9c5300a960dc4f8c8a84e3418e977398782e Mon Sep 17 00:00:00 2001
From: Olimpia Magliulo <olimpiam@intern-ikts-MacBook-Air.local>
Date: Tue, 2 Jan 2018 15:29:14 +0100
Subject: [PATCH] Delete unused class

---
 modules/core/templates/loginuserpass.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/templates/loginuserpass.twig b/modules/core/templates/loginuserpass.twig
index 95d9df521..68799d988 100644
--- a/modules/core/templates/loginuserpass.twig
+++ b/modules/core/templates/loginuserpass.twig
@@ -25,7 +25,7 @@
 
     <h1>{{ 'Enter your username and password'|trans }}</h1>
 
-    <p class="logintext">{{ 'A service has requested you to authenticate yourself. Please enter your username and password in the form below.'|trans }}</p>
+    <p>{{ 'A service has requested you to authenticate yourself. Please enter your username and password in the form below.'|trans }}</p>
     <br>
     <div class="center">
         <form class="pure-form pure-form-aligned center-form" action="?" method="post" name="f">
-- 
GitLab