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