Skip to content

Commit

Permalink
lib/errors: constant cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
mnzaki committed May 10, 2019
1 parent 3f24699 commit 2eadf5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export const enum ErrorCode {
SaveExternalCredentialFailed = 'SaveExtCred',

// actions/sso/authenticationRequest
AuthenticationRequestFailed = 'AuthReq',
AuthenticationResponseFailed = 'AuthResp',
AuthenticationRequestFailed = 'AuthRequest',
AuthenticationResponseFailed = 'AuthResponse',

// actions/sso/paymentRequest
PaymentRequestFailed = 'PayReq',
PaymentResponseFailed = 'PayResp',
PaymentRequestFailed = 'PayRequest',
PaymentResponseFailed = 'PayResponse',

// actions/sso/index
CredentialOfferFailed = 'CredOffer',
Expand Down

0 comments on commit 2eadf5e

Please sign in to comment.