1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Disable API call if the expiration date is in the past (#5831)

* Disable API call if the expiration date is in the past

* Updates suggested by Thomas

* fixes

* suggested change from thomas

* removing unused service
This commit is contained in:
cd-bitwarden
2023-08-04 16:22:05 -04:00
committed by GitHub
parent c0810c96cc
commit 5d8be1182a
3 changed files with 26 additions and 3 deletions

View File

@@ -711,6 +711,9 @@
"unexpectedError": {
"message": "An unexpected error has occurred."
},
"expirationDateError" : {
"message":"Please select an expiration date that is in the future."
},
"emailAddress": {
"message": "Email address"
},