Skip to content

Commit

Permalink
[INJIMOB-1955] fix error text for network request timed out (#1593)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Paul <[email protected]>
  • Loading branch information
abhip2565 authored Aug 30, 2024
1 parent 053e63c commit e2cc3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/openId4VCI/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export enum OIDCErrors {
export enum ErrorMessage {
NO_INTERNET = 'noInternetConnection',
GENERIC = 'generic',
REQUEST_TIMEDOUT = 'requestTimedOut',
REQUEST_TIMEDOUT = 'technicalDifficulty',
BIOMETRIC_CANCELLED = 'biometricCancelled',
TECHNICAL_DIFFICULTIES = 'technicalDifficulty',
CREDENTIAL_TYPE_DOWNLOAD_FAILURE = 'credentialTypeListDownloadFailure',
Expand Down

0 comments on commit e2cc3e2

Please sign in to comment.