Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-okuna
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-okuna
Commits
1288e489
Verified
Commit
1288e489
authored
1 month ago
by
Alex Timmermann
Browse files
Options
Downloads
Patches
Plain Diff
feat(auth): add email to authenticated user query
This is needed for tracking with the Facebook SDK. Refs: HOLI-11044
parent
e2bd868e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openbook_auth/migrations/0036_merge_20250311_1255.py
+13
-0
13 additions, 0 deletions
openbook_auth/migrations/0036_merge_20250311_1255.py
openbook_auth/schema/types.py
+1
-0
1 addition, 0 deletions
openbook_auth/schema/types.py
with
14 additions
and
0 deletions
openbook_auth/migrations/0036_merge_20250311_1255.py
0 → 100644
+
13
−
0
View file @
1288e489
# 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
=
[]
This diff is collapsed.
Click to expand it.
openbook_auth/schema/types.py
+
1
−
0
View file @
1288e489
...
...
@@ -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
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment