1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 02:24:02 +00:00

Add owner email to provider org creation (#1101)

* Add owner email to provider org creation

* Use Correct request model

* Update jslib

* Remove unused input

* Remove unused input

* Improve client owner email description
This commit is contained in:
Matt Gibson
2021-08-03 10:33:08 -04:00
committed by GitHub
parent 8ebefb9a2e
commit f6df9983a3
4 changed files with 35 additions and 25 deletions

View File

@@ -2238,12 +2238,18 @@
"confirmed": {
"message": "Confirmed"
},
"clientOwnerEmail": {
"message": "Client Owner Email"
},
"owner": {
"message": "Owner"
},
"ownerDesc": {
"message": "The highest access user that can manage all aspects of your organization."
},
"clientOwnerDesc": {
"message": "This email should NOT be associated with the provider. This user will have permissions to access and manage all aspects of this organization."
},
"admin": {
"message": "Admin"
},