Skip to content

Commit e86b2ae

Browse files
samejrclaude
andcommitted
Revert "TEMP: force the SSO variant of the email modal for review"
This reverts commit 81bacb1. The copy is signed off, so the modal goes back to branching on the real isSsoManaged value. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 3f728e8 commit e86b2ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • apps/webapp/app/routes/account._index

apps/webapp/app/routes/account._index/route.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,9 +950,7 @@ export default function Page() {
950950
<Paragraph variant="small" className="min-w-0 break-all text-right">
951951
{user.email}
952952
</Paragraph>
953-
{/* TEMP: forced true to preview the SSO copy. Revert to
954-
`isSsoManaged={isSsoManaged}` before committing. */}
955-
<EditEmailButton isSsoManaged={true} />
953+
<EditEmailButton isSsoManaged={isSsoManaged} />
956954
</div>
957955
</div>
958956
</div>

0 commit comments

Comments
 (0)