diff options
| author | 2022-10-06 01:21:27 +0200 | |
|---|---|---|
| committer | 2022-10-06 01:21:27 +0200 | |
| commit | bd29e441455cbe9274beaae4eeaac02c9f7694fd (patch) | |
| tree | 1833f496fa0523b6a195b9e1ccfd96fc5fcbdf8c /src | |
| parent | Update README.md (diff) | |
Update Keycloakify
Diffstat (limited to 'src')
| -rw-r--r-- | src/KcApp/kcContext.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/KcApp/kcContext.ts b/src/KcApp/kcContext.ts index 15e0e35..a5adc68 100644 --- a/src/KcApp/kcContext.ts +++ b/src/KcApp/kcContext.ts @@ -12,9 +12,6 @@ export const { kcContext } = getKcContext< | { pageId: "register.ftl"; authorizedMailDomains: string[]; } >({ // Uncomment to test the login page for development. - // Try with another page like "register-user-profile.ftl" - // DON'T forget to re-comment before publishing to production. - // You must run 'yarn keycloak' at least once before testing locally. //"mockPageId": "login.ftl", "mockData": [ { |