fix smtp authenticate issue (#29508)
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
3985157f9f
commit
4b6d0fb651
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ export const RealmSettingsEmailTab = ({
|
|||
defaultValue=""
|
||||
labelOn={t("enabled")}
|
||||
labelOff={t("disabled")}
|
||||
stringify
|
||||
/>
|
||||
{authenticationEnabled === "true" && (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue