diff --git a/static/gsAdmin/views/instanceLevelOAuth/components/clientSecretModal.tsx b/static/gsAdmin/views/instanceLevelOAuth/components/clientSecretModal.tsx index 13568dfe934df9..c94862a413b6c4 100644 --- a/static/gsAdmin/views/instanceLevelOAuth/components/clientSecretModal.tsx +++ b/static/gsAdmin/views/instanceLevelOAuth/components/clientSecretModal.tsx @@ -1,8 +1,7 @@ import {Fragment} from 'react'; import type {ModalRenderProps} from 'sentry/actionCreators/modal'; -import {Button} from 'sentry/components/core/button'; -import {browserHistory} from 'sentry/utils/browserHistory'; +import {LinkButton} from 'sentry/components/core/button'; interface ClientDetails { clientID: string; @@ -23,12 +22,9 @@ function ClientSecretModal({ Your client secret is {clientSecret}
Make sure you save this now! You will not be able to see it again later.
- +