Skip to content

Commit 81bacb1

Browse files
samejrclaude
andcommitted
TEMP: force the SSO variant of the email modal for review
Not for merge. Hard-codes isSsoManaged so the identity-provider copy can be read in the browser without an SSO org to test against. Revert once the copy is signed off. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 42b1217 commit 81bacb1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)