Change minimum seats for team plan to 2

This commit is contained in:
Martin Kleinschrodt 2022-07-15 10:31:51 +02:00
parent 8015f797c8
commit 23d524127c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ export class StripeProvisioner extends BasicProvisioner {
order: 3,
name: "Team",
description: "Powerful collaborative password management for your team.",
minSeats: 5,
minSeats: 2,
maxSeats: 50,
features: [
"Unlimited Vault Items",