Skip to content

Commit

Permalink
fixed: user registration and encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
radhay-samagra committed Mar 30, 2022
1 parent b2c36be commit db95b03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ GUPSHUP_OTP_TEMPLATE="Hi User! The OTP to reset password for Samagra Shiksha App

# Fusionauth
FUSIONAUTH_APPLICATION_ID="f0ddb3f6-091b-45e4-8c0f-889f89d4f5da"
FUSIONAUTH_BASE_URL="http://www.auth.samagra.io:9011/"
FUSIONAUTH_API_KEY="bla"
FUSIONAUTH_SAMARTH_HP_APPLICATION_ID=f18c3f6f-45b8-4928-b978-a9906fd03f22
FUSIONAUTH_BASE_URL="http://auth.samarth.samagra.io"
FUSIONAUTH_API_KEY="bla"
ENCRYPTION_KEY="bla"
2 changes: 1 addition & 1 deletion src/user/sms/gupshup/gupshup.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('Gupshup service Success With Incorrect response', () => {
providerResponseCode: null,
error: {
errorText:
"Gupshup response could not be parsed :: Cannot read properties of undefined (reading 'split'); Provider Response - undefined",
"Gupshup response could not be parsed :: Cannot read property 'split' of undefined; Provider Response - undefined",
errorCode: 'CUSTOM ERROR',
},
status: SMSResponseStatus.failure,
Expand Down

0 comments on commit db95b03

Please sign in to comment.