Add support for login-password.ftl

This commit is contained in:
Mary Strodl
2022-10-04 15:01:08 -04:00
parent 4dde5b6e45
commit 6a0a170b17
5 changed files with 137 additions and 0 deletions

View File

@ -380,6 +380,19 @@ export const kcContextMocks: KcContextBase[] = [
},
"registrationDisabled": false
}),
id<KcContextBase.LoginPassword>({
...kcContextCommonMock,
"pageId": "login-password.ftl",
"url": loginUrl,
"realm": {
...kcContextCommonMock.realm,
"resetPasswordAllowed": true
},
"social": {
"displayInfo": false
},
"login": {}
}),
id<KcContextBase.LoginUpdatePassword>({
...kcContextCommonMock,
"pageId": "login-update-password.ftl",