From ad59fad21744323108b27421d85d7ddaed51c47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soma=20Szoly=C3=A1k?= Date: Mon, 31 Jan 2022 09:30:40 +0100 Subject: [PATCH] Update themes.adoc (#1382) --- server_admin/topics/realms/themes.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server_admin/topics/realms/themes.adoc b/server_admin/topics/realms/themes.adoc index 37e4f028d7..91e370a9f3 100644 --- a/server_admin/topics/realms/themes.adoc +++ b/server_admin/topics/realms/themes.adoc @@ -70,7 +70,3 @@ this point. If you want to change the logic for selecting the locale, you have an option to create custom `LocaleSelectorProvider`. For details, please refer to the link:{developerguide_link}#_locale_selector[{developerguide_name}]. -When a user is authenticated, an action is triggered to update the locale in the persisted cookie mentioned earlier. If the user has actively switched the locale through the locale selector on the login pages, the user's locale is also updated at this point. - -If you want to change the logic for selecting the locale, you have an option to create a custom `LocaleSelectorProvider`. For details, see the -link:{developerguide_link}#_locale_selector[{developerguide_name}].