mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[SM-810] remove token permission UI (#5681)
* Remove permission field from access token dialog; remove unused i18n key * remove permissions column from access token table * fix SA name placehold in access token dialog * remove comment * pass SA view into dialog upon opening
This commit is contained in:
@@ -6195,10 +6195,6 @@
|
||||
"message": "Access token created and copied to clipboard",
|
||||
"description": "Notification to inform the user that the access token has been created and copied to the clipboard."
|
||||
},
|
||||
"accessTokenPermissionsBetaNotification": {
|
||||
"message": "Permissions management is unavailable for beta.",
|
||||
"description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version."
|
||||
},
|
||||
"revokeAccessToken": {
|
||||
"message": "Revoke access token",
|
||||
"description": "Invalidates / cancels an access token and as such removes access to secrets for the client application."
|
||||
|
||||
Reference in New Issue
Block a user