Commit 251e4f4
committed
feat(passport): add support for 'subscribed' marketing consent status
- Add Subscribed enum value to MarketingConsentStatus
- Add parsing for 'subscribed' status in PassportUI login flow
- Update ToApiString() method to handle 'subscribed' conversion
Ensures compatibility with Auth0 default marketing consent value1 parent 2acee77 commit 251e4f4
File tree
2 files changed
+5
-0
lines changed- src/Packages/Passport/Runtime/Scripts
- Private/Model
- Public
2 files changed
+5
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
550 | 553 | | |
551 | 554 | | |
552 | 555 | | |
| |||
0 commit comments