Skip to content

Commit

Permalink
hide instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Mar 1, 2024
1 parent 9672d39 commit 0334c5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,12 +1144,12 @@ def integration_connect_screen(
</a>
<div {DESCRIPTIONSTYLE}>Connect to a Facebook Page you own. <a href="https://gooey.ai/docs/guides/copilot/deploy-to-facebook">Help Guide</a>.</div>
</div>
<div {ROWSTYLE}>
<!--<div {ROWSTYLE}>
<a href="{ig_connect_url(on_connect)}" {LINKSTYLE} aria-label="Connect your Instagram Page">
<img src="{INSTAGRAM_IMG}" {IMGSTYLE} alt="Instagram">
</a>
<div {DESCRIPTIONSTYLE}>Connect to an Instagram account you own.</div>
</div>
</div>-->
</div>
""",
unsafe_allow_html=True,
Expand Down
2 changes: 1 addition & 1 deletion routers/facebook_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def fb_connect_redirect(request: Request):
return RedirectResponse(str(redirect_url))

on_completion = request.query_params.get("state")
retry_button = f'<a href="{ig_connect_url(on_completion)}">Retry</a>'
retry_button = f'<a href="{fb_connect_url(on_completion)}">Retry</a>'

code = request.query_params.get("code")
if not code:
Expand Down

0 comments on commit 0334c5d

Please sign in to comment.