Compare commits

..

3 Commits

Author SHA1 Message Date
8ff86b1e29 Update changelog v1.0.1 2021-05-01 14:12:41 +00:00
e1b8760ee3 Merge branch 'main' of https://github.com/garronej/keycloakify into main 2021-05-01 16:10:57 +02:00
bd0d890b2c Fix: LoginOtp (and not otc) 2021-05-01 16:10:52 +02:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
### **1.0.1** (2021-05-01)
- Fix: LoginOtp (and not otc)
# **1.0.0** (2021-05-01) # **1.0.0** (2021-05-01)
- #4: Guide for implementing a missing page - #4: Guide for implementing a missing page

View File

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

View File

@ -211,7 +211,7 @@ export const kcTermsContext: KcContext.Terms = {
"pageId": "terms.ftl" "pageId": "terms.ftl"
}; };
export const kcLoginOtcContext: KcContext.LoginOtp = { export const kcLoginOtpContext: KcContext.LoginOtp = {
...kcCommonContext, ...kcCommonContext,
"pageId": "login-otp.ftl", "pageId": "login-otp.ftl",
"otpLogin": { "otpLogin": {