feat(*): added login-update-password

This commit is contained in:
Никитин Дмитрий Александрович
2021-12-28 00:08:25 +03:00
parent af5ff1ecfb
commit 97e6aaca65
5 changed files with 132 additions and 0 deletions

View File

@ -346,6 +346,11 @@ export const kcContextMocks: KcContextBase[] = [
],
},
}),
id<KcContextBase.LoginUpdatePassword>({
...kcContextCommonMock,
"pageId": "login-update-password.ftl",
"username": "anUsername",
}),
id<KcContextBase.LoginUpdateProfile>({
...kcContextCommonMock,
"pageId": "login-update-profile.ftl",