Browse Source

[PM-19209] Update New device verification error

fix : updating error string for new device response from server to match comparison.
PM-19158-Archive-menu-option
Ike 9 months ago committed by GitHub
parent
commit
31b1ee4f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libs/common/src/services/api.service.ts

2
libs/common/src/services/api.service.ts

@ -159,7 +159,7 @@ export class ApiService implements ApiServiceAbstraction { @@ -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,

Loading…
Cancel
Save