mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 00:23:35 +00:00
Remove Business Portal and add SSO configuration (#1213)
This commit is contained in:
@@ -216,7 +216,7 @@ export class OrganizationSubscriptionComponent implements OnInit {
|
||||
}
|
||||
|
||||
get subscriptionDesc() {
|
||||
if (this.sub.maxAutoscaleSeats == this.sub.seats && this.sub.seats != null) {
|
||||
if (this.sub.maxAutoscaleSeats === this.sub.seats && this.sub.seats != null) {
|
||||
return this.i18nService.t('subscriptionMaxReached', this.sub.seats.toString());
|
||||
} else if (this.sub.maxAutoscaleSeats == null) {
|
||||
return this.i18nService.t('subscriptionUserSeatsUnlimitedAutoscale');
|
||||
|
||||
Reference in New Issue
Block a user