1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

Add ability for Billing role to edit premium. (#3004)

This commit is contained in:
Todd Martin 2023-06-09 21:27:24 -04:00 committed by GitHub
parent 8e40e0bfeb
commit 5f4a303180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,7 @@ public static class RolePermissionMapping
Permission.User_BillingInformation_DownloadInvoice,
Permission.User_BillingInformation_CreateEditTransaction,
Permission.User_Premium_View,
Permission.User_Premium_Edit,
Permission.User_Licensing_View,
Permission.User_Billing_View,
Permission.User_Billing_Edit,