mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
docs(fix): note not rendering correctly on user-management/auth0 page (#5019)
* docs(fix): note not rendering correctly on user-management/auth0 page Add newline under `note` to try fix rendering of note component from my previous commit on user-management/auth0 page of the docs Signed-off-by: Grant Isdale <44140736+grantisdale@users.noreply.github.com> * docs(fix): fix note section at the bottom of Auth0 SSO page Signed-off-by: Grant Isdale <44140736+grantisdale@users.noreply.github.com>
This commit is contained in:
@@ -67,5 +67,7 @@ data:
|
||||
...
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
!!! note Details on storing your clientSecret securely and correctly can be found on the [User Management Overview page](https://argoproj.github.io/argo-cd/operator-manual/user-management/#sensitive-data-and-sso-client-secrets)
|
||||
!!! note "Storing Client Secrets"
|
||||
Details on storing your clientSecret securely and correctly can be found on the [User Management Overview page](https://argoproj.github.io/argo-cd/operator-manual/user-management/#sensitive-data-and-sso-client-secrets).
|
||||
Reference in New Issue
Block a user