From 9990b0ab053a5dce518bcc8fd8abf2c744fe4051 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 1 May 2021 18:05:40 +0200 Subject: [PATCH] fmt (changelog ignore) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3cdd76f..b09cac99 100644 --- a/README.md +++ b/README.md @@ -241,9 +241,9 @@ Then to load your own therms of services using [like this](https://github.com/ga # Some pages still have the default theme. Why? -This project only support the most common user facing pages of Keycloak login. -[Here](https://user-images.githubusercontent.com/6702424/116787906-227fe700-aaa7-11eb-92ee-22e7673717c2.png) is the complete list of pages (you get them after running `yarn test`). -And [here](https://github.com/InseeFrLab/keycloakify/tree/main/src/lib/components) are the pages currently implemented by this module. +This project only support the most common user facing pages of Keycloak login. +[Here](https://user-images.githubusercontent.com/6702424/116787906-227fe700-aaa7-11eb-92ee-22e7673717c2.png) is the complete list of pages (you get them after running `yarn test`) +and [here](https://github.com/InseeFrLab/keycloakify/tree/main/src/lib/components) are the pages currently implemented by this module. If you need to customize pages that are not supported yet you can submit an issue about it and wait for me get it implemented. If you can't wait, PR are welcome! [Here](https://github.com/InseeFrLab/keycloakify/commit/0163459ad6b1ad0afcc34fae5f3cc28dbcf8b4a7) is the commit that adds support for the `login-otp.ftl` page. You can use it as a model for implementing other pages.