-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#2959] Sync user to eSuite after completing registration #1553
Conversation
fbd687c
to
8fe71fd
Compare
@@ -89,38 +89,6 @@ def _update_eherkenning_user_from_kvk_api(user: User): | |||
user.save() | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pi-sigma Note here that this hook did not add much: all DigiD/eHerkenning users would also be logged in upon creation, which would trigger the handler for the user_logged_in
flow, so I removed this as it just causes confusion.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1553 +/- ##
========================================
Coverage 94.23% 94.23%
========================================
Files 1068 1068
Lines 39348 39385 +37
========================================
+ Hits 37080 37115 +35
- Misses 2268 2270 +2 ☔ View full report in Codecov by Sentry. |
8fe71fd
to
7b59861
Compare
7b59861
to
72f8e8a
Compare
Will merge to ensure we can test this today before the esuite is closed off end-of-day... but I'll only trust this after I see it working |
Taiga