+ {t('Rotated Client Secret')}
+
+
+ {t('This will be the only time your client secret is visible!')}
+
+
+ {t('Your client secret is:')}
+ {rotateResponse.clientSecret}
+
+
+
+ ));
+ } catch {
+ addErrorMessage(t('Error rotating secret'));
+ }
+ };
+
onFieldChange = (name: string, value: FieldValue): void => {
if (name === 'webhookUrl' && !value && this.isInternal) {
// if no webhook, then set isAlertable to false
@@ -488,7 +517,12 @@ class SentryApplicationDetails extends DeprecatedAsyncView