From 3cd8843157d55a8cb1054368d2fed67914e0265f Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 10 Apr 2021 20:20:26 +0200 Subject: [PATCH] Update screenshot in readme for therms and conditions (changelog ignore) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac1e1df..071e522c 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Checkout [this concrete example](https://github.com/garronej/keycloakify-demo-ap [Many organizations have a requirement that when a new user logs in for the first time, they need to agree to the terms and conditions of the website.](https://www.keycloak.org/docs/4.8/server_admin/#terms-and-conditions). First you need to enable the required action on the Keycloak server admin console: -![image](https://user-images.githubusercontent.com/6702424/114114637-87e61b00-98e1-11eb-9da9-1ca6c13d5d2e.png) +![image](https://user-images.githubusercontent.com/6702424/114280501-dad2e600-9a39-11eb-9c39-a225572dd38a.png) Then to load your own therms of services using [like this](https://github.com/garronej/keycloakify-demo-app/blob/8168c928a66605f2464f9bd28a4dc85fb0a231f9/src/index.tsx#L42-L66).