Skip to content

Commit

Permalink
Replaced backticks with single quotes (excluded interpolated strings)
Browse files Browse the repository at this point in the history
  • Loading branch information
kegashe authored Dec 1, 2023
1 parent e0d158e commit c9c42e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1623,8 +1623,8 @@ const redirects = [
to: '/get-started/applications/application-grant-types',
},
{
from: [`/get-started/applications/how-to-rotate-application-secret`],
to: `/get-started/applications/rotate-client-secret`,
from: ['/get-started/applications/how-to-rotate-application-secret'],
to: '/get-started/applications/rotate-client-secret',
},
{
from: [
Expand Down Expand Up @@ -2119,7 +2119,7 @@ const redirects = [
'/protocols/saml/saml-configuration/auth0-as-identity-provider',
'/protocols/saml-protocol/configure-auth0-as-saml-identity-provider',
'/configure/saml-configuration/configure-auth0-saml-identity-provider',
`/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-identity-provider`,
'/authenticate/protocols/saml/saml-sso-integrations/configure-auth0-saml-identity-provider',
],
to: '/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider',
},
Expand Down

0 comments on commit c9c42e0

Please sign in to comment.