Skip to content

Commit

Permalink
fix: Disable SAML on downgrade to starter (#10026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch authored Jul 25, 2024
1 parent 88a3539 commit fa52c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const resolveDowngradeToStarter = async (
.execute(),
pg
.updateTable('SAML')
.set({metadata: null, lastUpdatedBy: user.id})
.set({metadata: null, url: null, lastUpdatedBy: user.id})
.where('orgId', '=', orgId)
.execute(),
updateTeamByOrgId(
Expand Down

0 comments on commit fa52c46

Please sign in to comment.