Skip to content

Commit

Permalink
fix(ui): SAML should not be in Scale-up (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Dec 19, 2023
1 parent 76c32ac commit e6822bd
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions frontend/web/components/modals/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,23 @@ const Payment = class extends Component {
</div>
</Row>
</li>
<li>
<Row className='mb-3 pricing-features-item'>
<Icon
name='minus-circle'
fill='rgba(101, 109, 123, 0.16)'
/>
<div className='ml-2 disabled'>Audit Logs</div>
</Row>
</li>
<li>
<Row className='mb-3 pricing-features-item'>
<Icon
name='minus-circle'
fill='rgba(101, 109, 123, 0.16)'
/>
<div className='ml-2 disabled'>
2FA and SAML Authentication
Two-Factor Authentication (2FA)
</div>
</Row>
</li>
Expand All @@ -295,7 +304,9 @@ const Payment = class extends Component {
name='minus-circle'
fill='rgba(101, 109, 123, 0.16)'
/>
<div className='ml-2 disabled'>Audit Logs</div>
<div className='ml-2 disabled'>
SAML Authentication
</div>
</Row>
</li>
<li>
Expand Down Expand Up @@ -488,17 +499,28 @@ const Payment = class extends Component {
<span>
<Icon name='checkmark-circle' fill='#27AB95' />
</span>
<div className='ml-2'>
2FA and SAML Authentication
</div>
<div className='ml-2'>Audit Logs</div>
</Row>
</li>
<li>
<Row className='mb-3 pricing-features-item'>
<span>
<Icon name='checkmark-circle' fill='#27AB95' />
</span>
<div className='ml-2'>Audit Logs</div>
<div className='ml-2'>
Two-Factor Authentication (2FA)
</div>
</Row>
</li>
<li>
<Row className='mb-3 pricing-features-item'>
<Icon
name='minus-circle'
fill='rgba(101, 109, 123, 0.16)'
/>
<div className='ml-2 disabled'>
SAML Authentication
</div>
</Row>
</li>
<li>
Expand Down

3 comments on commit e6822bd

@vercel
Copy link

@vercel vercel bot commented on e6822bd Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.flagsmith.com
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on e6822bd Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e6822bd Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.