Skip to content

Commit fadee26

Browse files
authored
Merge pull request #262 from konsulin-care/fix-login-issue
Resolve login issue
2 parents 0e1b0a8 + b153e47 commit fadee26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const getProfileByIdentifier = async ({ userId, type }) => {
4040
try {
4141
const response = await apiRequest<AxiosResponse>(
4242
'GET',
43-
`/fhir/${type}?identifier=${userId}`
43+
`/fhir/${type}?identifier=https://login.konsulin.care/userid|${userId}`
4444
);
4545

4646
const entries = response?.data?.entry;

0 commit comments

Comments
 (0)