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 27
27
CreateResetPasswordLinkOkResult ,
28
28
CreateResetPasswordEmailUnknownUserIdError ,
29
29
CreateResetPasswordEmailOkResult ,
30
- RawUserInfoFromProvider ,
31
30
)
32
31
from supertokens_python .recipe .emailpassword .utils import get_password_reset_link
33
32
Original file line number Diff line number Diff line change 19
19
from ..interfaces import (
20
20
EmailPasswordSignInOkResult ,
21
21
EmailPasswordSignInWrongCredentialsError ,
22
- RawUserInfoFromProvider ,
23
22
)
24
23
from ..types import EmailTemplateVars , User
25
24
@@ -49,7 +48,6 @@ def get_user_by_third_party_info(
49
48
)
50
49
51
50
52
-
53
51
def thirdparty_manually_create_or_update_user (
54
52
third_party_id : str ,
55
53
third_party_user_id : str ,
You can’t perform that action at this time.
0 commit comments