diff --git a/libs/common/src/services/api.service.ts b/libs/common/src/services/api.service.ts index bb1b89df34f..db4e5fdbc8f 100644 --- a/libs/common/src/services/api.service.ts +++ b/libs/common/src/services/api.service.ts @@ -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,