1
0
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:
Thomas Rittson
2021-11-19 21:22:05 +10:00
committed by GitHub
parent 7c902e61d6
commit 0d0eb609d3
3 changed files with 63 additions and 1 deletions

View File

@@ -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."
}
}