Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix telemed intake logout url #304

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Fix telemed intake logout url #304

merged 1 commit into from
Aug 7, 2024

Conversation

AykhanAhmadli
Copy link
Contributor

No description provided.

@AykhanAhmadli AykhanAhmadli merged commit 1b6923b into develop Aug 7, 2024
2 checks passed
@AykhanAhmadli AykhanAhmadli deleted the aykhan/logout-fix branch August 7, 2024 14:28
@@ -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' });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this set in the code? not every user needs this url

Copy link
Contributor Author

@AykhanAhmadli AykhanAhmadli Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I change it to an env variable?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants