Skip to content

Commit b8395b0

Browse files
committed
SDK-570: Update Flask example to reference remember_me_id rather than user_id
1 parent a060612 commit b8395b0

File tree

1 file changed

+1
-1
lines changed
  • examples/yoti_example_flask

1 file changed

+1
-1
lines changed

examples/yoti_example_flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def auth():
6161

6262
context = profile_dict.get("attributes")
6363
context["base64_selfie_uri"] = getattr(activity_details, "base64_selfie_uri")
64-
context["user_id"] = getattr(activity_details, "user_id")
64+
context["remember_me_id"] = getattr(activity_details, "remember_me_id")
6565
context["parent_remember_me_id"] = getattr(
6666
activity_details, "parent_remember_me_id"
6767
)

0 commit comments

Comments
 (0)