diff --git a/phpBB/styles/prosilver/template/login_body_oauth.html b/phpBB/styles/prosilver/template/login_body_oauth.html index 156485d211..1364d01ccb 100644 --- a/phpBB/styles/prosilver/template/login_body_oauth.html +++ b/phpBB/styles/prosilver/template/login_body_oauth.html @@ -1,8 +1,6 @@ +
- -
-
 
-
{oauth.SERVICE_NAME}
-
- + {% for oauth in oauth %} + {{ oauth.SERVICE_NAME }} + {% endfor %}