From 7bdc19bf4bd0449b3ba466e9a3799ed9d549e1db Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Mon, 8 Mar 2021 02:55:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2675f24f..d55ffdbc 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ E.g: Your app url is `my-app.com` and your keycloak url is `auth.my-app.com`. In this case there is a very straightforward approach and it is to use [`powerhooks/useGlobalState`](https://github.com/garronej/powerhooks). Instead of `{ "persistance": "localStorage" }` use `{ "persistance": "cookie" }`. -## Else +## Else You will have to use URL parameters to passes states when you redirect to the login page.