From 699c85879682555aa375b56a8129b2d4f90e4165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Mon, 30 Sep 2013 14:33:38 +0000 Subject: [PATCH] Change Google display type to logo (#615) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm index 0a20451e0..6a100552d 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthGoogle.pm @@ -323,7 +323,7 @@ sub authForce { ## @method string getDisplayType # @return display type sub getDisplayType { - return "googleform"; + return "logo"; } 1;