Skip to content

Commit

Permalink
fix: fix multiple refresh token calls issue (#91)
Browse files Browse the repository at this point in the history
Description:
Fix multiple refresh token calls issue
VAN-1952

Co-authored-by: Ahtesham Quraish <[email protected]>
  • Loading branch information
ahtesham-quraish and Ahtesham Quraish authored Jun 27, 2024
1 parent 686a90c commit 01f0ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forms/registration-popup/data/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default async function registerRequest(registrationInformation) {
export async function getFieldsValidations(formPayload) {
const requestConfig = {
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
isPublic: true,
};

const { data } = await getAuthenticatedHttpClient()
Expand Down

0 comments on commit 01f0ed2

Please sign in to comment.