Skip to content

Commit

Permalink
fix: authorize the api call
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Feb 22, 2024
1 parent f7e75de commit 3be632d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/pages/signup-academy-complete/password-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ const AcademyPasswordForm = ({ residence }: AcademyPasswordFormProps) => {
setSubmitErrorMsg(response.error.message)
} else {
const auth_token = response.new_account_virtual.oauth_token
// apiManager.augmentedSend('authorize', {
// authorize: auth_token,
// })
apiManager.augmentedSend('authorize', {
authorize: auth_token,
})
setSubmitStatus('success')

//setting the session token
Expand Down

0 comments on commit 3be632d

Please sign in to comment.