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

Handle desktop logged into a different account for biometrics (#1533)

This commit is contained in:
Oscar Hinton
2021-01-15 16:44:27 +01:00
committed by GitHub
parent c4388dad66
commit 0511905ab4
2 changed files with 18 additions and 1 deletions

View File

@@ -1420,6 +1420,12 @@
"nativeMessagingInvalidEncryptionTitle": {
"message": "Desktop communication interrupted"
},
"nativeMessagingWrongUserDesc": {
"message": "The desktop application is logged into a different account. Please ensure both applications are logged into the same account."
},
"nativeMessagingWrongUserTitle": {
"message": "Account missmatch"
},
"biometricsNotEnabledTitle": {
"message": "Biometrics not enabled"
},