1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-19209] Update New device verification error

fix : updating error string for new device response from server to match comparison.
This commit is contained in:
Ike
2025-03-13 14:48:16 -04:00
committed by GitHub
parent 4687120618
commit 31b1ee4f84

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,