Fix: LoginOtp (and not otc)

This commit is contained in:
garronej 2021-05-01 16:10:52 +02:00
parent 9839b64650
commit bd0d890b2c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",

View File

@ -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": {