Fix minor typos
This commit is contained in:
parent
acbb229d19
commit
a8bc362734
1 changed files with 2 additions and 2 deletions
|
@ -280,8 +280,8 @@ See <<_locale_selector,Locale Selector>> on details on how the current locale is
|
||||||
==== Custom Identity providers icons
|
==== Custom Identity providers icons
|
||||||
|
|
||||||
{project_name} supports adding icons for custom Identity providers, which are displayed on the login screen.
|
{project_name} supports adding icons for custom Identity providers, which are displayed on the login screen.
|
||||||
You just have to define an icon classes in your login `theme.properties` file (f.e. `themes/mytheme/login/theme.properties`) with key pattern `kcLogoIdP-<alias>`.
|
You just have to define icon classes in your login `theme.properties` file (i.e. `themes/mytheme/login/theme.properties`) with key pattern `kcLogoIdP-<alias>`.
|
||||||
For Identity provider with alias `myProvider`, you may add line, like below, to login theme properties of your custom theme.
|
For Identity provider with an alias `myProvider`, you may add a line, like below, to `theme.properties` file of your custom theme.
|
||||||
|
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue