1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[SM-664] Checking if the user has selected access tokens to revoke, if not err… (#5299)

* Checking if the user has selected access tokens to revoke, if not error message

* change messaging

* SM-664: Refactor revoke function and make the bwi-minus-circle red

---------

Co-authored-by: Colton Hurst <colton@coltonhurst.com>
This commit is contained in:
cd-bitwarden
2023-05-09 09:56:17 -04:00
committed by GitHub
parent c5674080ef
commit e97390ba3f
3 changed files with 21 additions and 4 deletions

View File

@@ -6174,6 +6174,10 @@
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"noAccessTokenSelected": {
"message": "No access token selected to revoke",
"description": "Toast error message after trying to delete access tokens but not selecting any access tokens."
},
"submenu": {
"message": "Submenu"
},