Revert "[PM-19209] Update New device verification error" (#13843)

This reverts commit 31b1ee4f84.
This commit is contained in:
Ike 2025-03-14 13:05:57 -04:00 committed by GitHub
parent 2ecfac40b7
commit 2d4ffe6eb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,