Skip to content

Commit

Permalink
chore: Revert "feat: Allow users to link their account with more logi…
Browse files Browse the repository at this point in the history
…n sources" (#539)
  • Loading branch information
gromdimon authored Feb 21, 2024
1 parent 1334f80 commit b051f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/api_v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def get_id_email(self, token: str) -> Tuple[str, Optional[str]]: # pragma
oauth_client=oauth_client,
user_schema=UserRead,
state_secret=settings.SECRET_KEY,
redirect_url=f"{settings.SERVER_HOST}/profile",
# redirect_url=f"{settings.SERVER_HOST}/profile",
)
api_router.include_router(
oauth_associate_router,
Expand Down

0 comments on commit b051f73

Please sign in to comment.