Skip to content

Commit

Permalink
Merge pull request #304 from masslight/aykhan/logout-fix
Browse files Browse the repository at this point in the history
Fix telemed intake logout url
  • Loading branch information
AykhanAhmadli authored Aug 7, 2024

Verified

This commit was signed with the committer’s verified signature.
Nerixyz nerix
2 parents 197ff39 + eda4c5e commit 1b6923b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ export const CustomContainer: FC<ContainerProps> = ({
if (logoutHandler !== undefined) {
logoutHandler();
} else {
logout({ returnTo: 'https://ottehr.com' });
logout({ returnTo: 'https://telemed.ottehr.com/location/ak/in-person/prebook' });
}
}, [logout, logoutHandler]);

0 comments on commit 1b6923b

Please sign in to comment.