We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44685c8 commit bf22acdCopy full SHA for bf22acd
README.md
@@ -68,9 +68,9 @@ export const { OidcProvider, useOidc } = createReactOidc({
68
For the Account page:
69
70
```
71
-https://your-keycloak-url/auth/realms/your-realm/account?referrer=your-app-url&dark=true
+https://<your keycloak url>/realms/<your realm>/account?referrer={encodeURIComponent(location.href))}l&dark=true
72
73
74
# License
75
76
-This project is licensed under the [MIT License](LICENSE), courtesy of the Direction interministérielle du numérique.
+This project is licensed under the [MIT License](LICENSE), courtesy of the Direction interministérielle du numérique.
0 commit comments