Skip to content

Commit

Permalink
Whitelist of demand source ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ormiz committed Feb 4, 2024
1 parent bb9e970 commit c32d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/Locomotion/src/context/user/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const UserContextProvider = ({ children }: { children: any }) => {
}
const allowedDemandSourceIds = JSON.parse(Config.ALLOWED_DEMAND_SOURCE_IDS);
return Array.isArray(allowedDemandSourceIds) ? allowedDemandSourceIds : [];
}
};

const onLogin = async (phoneNumber: string, channel = 'sms') => {
const demandSourceId = await AppSettings.getOperationId();
Expand Down

0 comments on commit c32d22d

Please sign in to comment.