Skip to content

Commit 412c438

Browse files
committed
Fix example
1 parent 38bc50c commit 412c438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/post-authentication/user-management/allow-users-to-update-their-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ def change_password():
11931193
(
11941194
lm
11951195
for lm in users_info.login_methods
1196-
if lm.recipe_user_id.get_as_string() == session.get_recipe_user_id()
1196+
if lm.recipe_user_id.get_as_string() == session.get_recipe_user_id().get_as_string()
11971197
and lm.recipe_id == "emailpassword"
11981198
),
11991199
None,

0 commit comments

Comments
 (0)