From ad858a04cbab241494ca9907183da34ae52f2f76 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:54:47 +0000 Subject: [PATCH] fix(oauth): remove Go to Sentry button from device complete page The success/denied completion page is for closing the tab and returning to the device, so a homepage CTA is the wrong next step. Co-Authored-By: David Cramer --- src/sentry/templates/sentry/oauth-device-complete.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sentry/templates/sentry/oauth-device-complete.html b/src/sentry/templates/sentry/oauth-device-complete.html index 87cfa946e25a..6dcc48a5b8b2 100644 --- a/src/sentry/templates/sentry/oauth-device-complete.html +++ b/src/sentry/templates/sentry/oauth-device-complete.html @@ -16,9 +16,5 @@

Success!

You can now close this tab.

{% endif %} - - {% endblock %}