mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[Key Connector] Test that Key Connector URL can be reached before saving (#1291)
* Test that Key Connector URL can be reached before saving * Update jslib * Add styling to validation messages * Use inline button, fix styling * Add accessibility call out to form validation
This commit is contained in:
@@ -4571,5 +4571,14 @@
|
||||
},
|
||||
"migratedKeyConnector": {
|
||||
"message": "Migrated to Key Connector"
|
||||
},
|
||||
"keyConnectorTest": {
|
||||
"message": "Test"
|
||||
},
|
||||
"keyConnectorTestSuccess": {
|
||||
"message": "Success! Key Connector reached."
|
||||
},
|
||||
"keyConnectorTestFail": {
|
||||
"message": "Cannot reach Key Connector. Check URL."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user