Skip to content

Commit

Permalink
tmp: Display "View offers" button in OauthClientsLimitExceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo authored and Ldoppea committed Dec 7, 2023
1 parent 9c76aa9 commit eef4e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/view/Limits/hooks/useOAuthClientsLimitExceeded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const useOAuthClientsLimitExceeded = (
setPopupUrl(
current =>
current ??
`${rootURL}${OAUTH_CLIENTS_LIMIT_EXCEEDED_URL_PATH}?isFlagship=true&redirect=${encodedRedirect}`
`${rootURL}${OAUTH_CLIENTS_LIMIT_EXCEEDED_URL_PATH}?redirect=${encodedRedirect}`
)
}

Expand Down

0 comments on commit eef4e9d

Please sign in to comment.