From c275e120665d87b96776e7de2813b523856cb120 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 23 Feb 2021 13:14:43 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e18ae3d7..c0c37200 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ The problem: ![keycloak_before](https://user-images.githubusercontent.com/6702424/108838381-dbbbcf80-75d3-11eb-8ae8-db41563ef9db.gif) When we redirected to Keycloak the user suffers from a harsh context switch. -The language is set back to default and the theme is different, +The language is set back to default and the theme is different. -Keycloak does offer a way to customize the theme of theses pages but it will require a lot of raw HTML/CSS hacking -to reproduce the look and feel of your app. Not mentioning the maintenance cost of such an endeavour. +Keycloak does offer a way to customize theses pages but it requires a lot of raw HTML/CSS hacking +to reproduce the look and feel of a specific app. Not mentioning the maintenance cost of such an endeavour. Wouldn't it be great if we could just design the login and register pages as if they where part of our app while still letting Keycloak handle the heavy lifting of actually authenticating the users? diff --git a/package-lock.json b/package-lock.json index 1ce57605..2ed961e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "keycloak-react-theming", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a9d81f77..7fa75d5d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloak-react-theming", - "version": "0.0.11", + "version": "0.0.12", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",