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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user