File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
supertokens_python/recipe/thirdpartyemailpassword Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 2727 CreateResetPasswordLinkOkResult ,
2828 CreateResetPasswordEmailUnknownUserIdError ,
2929 CreateResetPasswordEmailOkResult ,
30- RawUserInfoFromProvider ,
3130)
3231from supertokens_python .recipe .emailpassword .utils import get_password_reset_link
3332
Original file line number Diff line number Diff line change 1919from ..interfaces import (
2020 EmailPasswordSignInOkResult ,
2121 EmailPasswordSignInWrongCredentialsError ,
22- RawUserInfoFromProvider ,
2322)
2423from ..types import EmailTemplateVars , User
2524
@@ -49,7 +48,6 @@ def get_user_by_third_party_info(
4948 )
5049
5150
52-
5351def thirdparty_manually_create_or_update_user (
5452 third_party_id : str ,
5553 third_party_user_id : str ,
You can’t perform that action at this time.
0 commit comments