diff --git a/web/src/components/OAuthLoginModal.tsx b/web/src/components/OAuthLoginModal.tsx
index 2d1b07ac029..dd815c2ee07 100644
--- a/web/src/components/OAuthLoginModal.tsx
+++ b/web/src/components/OAuthLoginModal.tsx
@@ -300,17 +300,14 @@ export function OAuthLoginModal({ provider, onClose, onSuccess }: Props) {
- {t.oauth.copyFailed ?? - "Could not copy automatically. Select the code and copy it manually."} + {t.oauth.copyFailed}
)}