1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Revert back to original message format for NDV check.

This commit is contained in:
Todd Martin
2025-03-13 19:17:25 -04:00
parent 0c507f54f6
commit e91154546c

View File

@@ -159,7 +159,7 @@ export class ApiService implements ApiServiceAbstraction {
* The message (responseJson.ErrorModel.Message) that comes back from the server when a new device verification is required.
*/
private static readonly NEW_DEVICE_VERIFICATION_REQUIRED_MESSAGE =
"New device verification required.";
"new device verification required";
constructor(
private tokenService: TokenService,