mirror of
https://github.com/bitwarden/browser
synced 2026-01-01 08:03:20 +00:00
[PM-20225] Prevent legacy users without userkey from logging in (#14267)
* Prevent legacy users without userkey from logging in * Remove further web-migration code for legacy users * Add i18n for legacy user error message * Update comment * Remove migrate legacy component * Remove i18n messages * Remove migrate legacy encryption reference
This commit is contained in:
@@ -185,6 +185,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"legacyEncryptionUnsupported": {
|
||||
"message": "Legacy encryption is no longer supported. Please contact support to recover your account."
|
||||
},
|
||||
"organizationUsingKeyConnectorOptInLoggedOut": {
|
||||
"message": "An organization you are a member of is using Key Connector. In order to access the vault, you must opt-in to Key Connector now via the web vault. You have been logged out."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user