diff --git a/openbook_auth/migrations/0036_merge_20250311_1255.py b/openbook_auth/migrations/0036_merge_20250311_1255.py new file mode 100644 index 0000000000000000000000000000000000000000..a9f6e7dadf9cbb584a2ae2ac82304df00ba29893 --- /dev/null +++ b/openbook_auth/migrations/0036_merge_20250311_1255.py @@ -0,0 +1,13 @@ +# Generated by Django 5.0.13 on 2025-03-11 11:55 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("openbook_auth", "0035_user_tracking_consent_ad_partners"), + ("openbook_auth", "0035_userprofile_interests_v2_userprofile_skills_v2"), + ] + + operations = [] diff --git a/openbook_auth/schema/types.py b/openbook_auth/schema/types.py index 14f4aadca4fbabdfe62626aa78912843ceac2d7c..4eef21141e9d84aee06c891639e4b60873446e7d 100644 --- a/openbook_auth/schema/types.py +++ b/openbook_auth/schema/types.py @@ -142,6 +142,7 @@ class User: @strawberry_django.type(UserModel) class AuthenticatedUser(User): + email: str tracking_consent_analytics: Optional[bool] tracking_consent_personalization: Optional[bool] tracking_consent_ad_partners: Optional[bool]