Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tmp: Display "View offers" button in OauthClientsLimitExceeded
Browse files Browse the repository at this point in the history
zatteo authored and Ldoppea committed Dec 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3a09cd3 commit d5a3ff7
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
@@ -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}`
)
}

0 comments on commit d5a3ff7

Please sign in to comment.