Fix login-register-email.ftl

This commit is contained in:
garronej
2022-07-06 02:05:08 +02:00
parent bc4b0ec17d
commit 7c6eed99d2
3 changed files with 11 additions and 2 deletions

View File

@ -337,6 +337,9 @@ export const kcContextMocks: KcContextBase[] = [
id<KcContextBase.LoginVerifyEmail>({
...kcContextCommonMock,
"pageId": "login-verify-email.ftl",
"user": {
"email": "john.doe@gmail.com",
},
}),
id<KcContextBase.Terms>({
...kcContextCommonMock,