We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bc50c commit 412c438Copy full SHA for 412c438
docs/post-authentication/user-management/allow-users-to-update-their-data.mdx
@@ -1193,7 +1193,7 @@ def change_password():
1193
(
1194
lm
1195
for lm in users_info.login_methods
1196
- if lm.recipe_user_id.get_as_string() == session.get_recipe_user_id()
+ if lm.recipe_user_id.get_as_string() == session.get_recipe_user_id().get_as_string()
1197
and lm.recipe_id == "emailpassword"
1198
),
1199
None,
0 commit comments