We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60fb5e commit 364e805Copy full SHA for 364e805
src/login/pages/Login.tsx
@@ -50,7 +50,11 @@ export default function Login(
50
return (
51
<Template
52
{...{ kcContext, i18n, doUseDefaultCss, "classes": classes_props }}
53
- displayInfo={social.displayInfo}
+ displayInfo={
54
+ realm.password &&
55
+ (realm.resetPasswordAllowed ||
56
+ (realm.registrationAllowed && !registrationDisabled))
57
+ }
58
displayWide={realm.password && social.providers !== undefined}
59
headerNode={msg("connect")}
60
infoNode={
0 commit comments