Skip to content
Snippets Groups Projects
Commit e5675c49 authored by gnaegi's avatar gnaegi
Browse files

OO-2267 fix wrong css class name for open id providers

parent 9cdd3a4a
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ public class OAuthAuthenticationController extends FormBasicController implement ...@@ -82,7 +82,7 @@ public class OAuthAuthenticationController extends FormBasicController implement
FormLink button = uifactory.addFormLink(spiName, "login", spiName, null, formLayout, presentation); FormLink button = uifactory.addFormLink(spiName, "login", spiName, null, formLayout, presentation);
button.setIconLeftCSS(spi.getIconCSS()); button.setIconLeftCSS(spi.getIconCSS());
button.setElementCssClass("o_sel_auth_" + spiName); button.setElementCssClass("o_sel_auth_" + spi.getName());
button.setUserObject(spi); button.setUserObject(spi);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment