Fix some bugs

This commit is contained in:
Joseph Garrone
2021-03-04 23:24:43 +01:00
parent 62e4af2c78
commit 533105d63a
5 changed files with 11 additions and 5 deletions

View File

@ -32,6 +32,8 @@ export const Login = memo((props: LoginProps) => {
kcContext.pageBasename === "login.ftl"
);
console.log(kcContext);
return kcContext;
});
@ -154,7 +156,7 @@ export const Login = memo((props: LoginProps) => {
displayInfoNode={
(
realm.password &&
realm.resetPasswordAllowed &&
realm.registrationAllowed &&
!registrationDisabled
) &&
<div id="kc-registration">