From bd0d890b2cfd7c0155e0d43116e1b5765d197975 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 1 May 2021 16:10:52 +0200 Subject: [PATCH] Fix: LoginOtp (and not otc) --- package.json | 2 +- src/lib/kcContextMocks/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fcd5948c..3442af85 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "1.0.0", + "version": "1.0.1", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git", diff --git a/src/lib/kcContextMocks/index.ts b/src/lib/kcContextMocks/index.ts index 29a6b013..d5b73019 100644 --- a/src/lib/kcContextMocks/index.ts +++ b/src/lib/kcContextMocks/index.ts @@ -211,7 +211,7 @@ export const kcTermsContext: KcContext.Terms = { "pageId": "terms.ftl" }; -export const kcLoginOtcContext: KcContext.LoginOtp = { +export const kcLoginOtpContext: KcContext.LoginOtp = { ...kcCommonContext, "pageId": "login-otp.ftl", "otpLogin": {