diff --git a/src/pages/guides/authentication/ServerToServerAuthentication/implementation.md b/src/pages/guides/authentication/ServerToServerAuthentication/implementation.md index 1ea491bd..38bd7a26 100644 --- a/src/pages/guides/authentication/ServerToServerAuthentication/implementation.md +++ b/src/pages/guides/authentication/ServerToServerAuthentication/implementation.md @@ -94,9 +94,9 @@ To rotate client secrets through the UI, follow the steps below on the credentia ![](../../../images/oauth-server-to-server-credential-delete-old-client-secret.png) - + - Once a client secret is deleted, you cannot restore it. So be extra sure you have replaced the old client secret with the new one in all locations. +Once a client secret is deleted, you cannot restore it. So be extra sure you have replaced the old client secret with the new one in all locations. ### Rotating client secrets programmatically