1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

organization signup apis and data model changes

This commit is contained in:
Kyle Spearrin
2017-03-03 00:07:11 -05:00
parent b18b6a44ef
commit 29e3605576
20 changed files with 371 additions and 131 deletions

View File

@ -5,6 +5,7 @@
Free = 0,
Family = 1,
Teams = 2,
Enterprise = 3
Enterprise = 3,
Custom = 4
}
}