-
Notifications
You must be signed in to change notification settings - Fork 154
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
[MM-60676] Fix incorrect callback URL in setup flow #827
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 I like the helper funcs.
@Kshitij-Katiyar @raghavaggarwal2308 Gentle reminder to review this fix for a regression |
@raghavaggarwal2308 I've updated the PR to ues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hanzei LGTM 👍🏽
@AayushChaudhary0001 Gentle reminder to review the PR. I would like to fix the regression that is on |
@hanzei Testing this now on priority |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this PR for the following functionalities:-
- Basic OAuth flow.
- Connection and disconnection of user's account.
The PR was working fine for the following above conditions, LGTM. Approved.
Summary
#811 introduced a regression: The callback URL shown as part of the setup flow was missing the SiteURl.
This PR fixes the issue. On top of that, it unifies the handling of the SiteURL using two helper methods.
Ticket Link
https://mattermost.atlassian.net/browse/MM-60676