Skip to content

Commit

Permalink
[#2617] Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Oct 2, 2024
1 parent db353e6 commit 7d70386
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions src/open_inwoner/accounts/migrations/0078_merge_20240919_1736.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.16 on 2024-09-19 15:36

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("accounts", "0077_no_roepnaam"),
("accounts", "0077_openiddigidconfig_openideherkenningconfig"),
]

operations = []
1 change: 1 addition & 0 deletions src/open_inwoner/accounts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from privates.storages import PrivateMediaFileSystemStorage
from timeline_logger.models import TimelineLog

from open_inwoner.configurations.models import SiteConfiguration
from open_inwoner.utils.hash import create_sha256_hash
from open_inwoner.utils.validators import (
CharFieldValidator,
Expand Down
3 changes: 2 additions & 1 deletion src/open_inwoner/accounts/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
from ...cms.tests import cms_tools
from ...utils.test import ClearCachesMixin
from ...utils.tests.helpers import AssertRedirectsMixin
from ..choices import LoginTypeChoices
from ..choices import LoginTypeChoices, NotificationChannelChoice
from ..models import OpenIDDigiDConfig, OpenIDEHerkenningConfig, User
from ..signals import update_user_from_klant_on_login
from .factories import (
DigidUserFactory,
InviteFactory,
Expand Down
1 change: 0 additions & 1 deletion src/open_inwoner/accounts/views/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from open_inwoner.accounts.choices import NotificationChannelChoice
from open_inwoner.accounts.views.mixins import KlantenAPIMixin
from open_inwoner.configurations.models import SiteConfiguration
from open_inwoner.utils.hash import generate_email_from_string
from open_inwoner.utils.views import CommonPageMixin, LogMixin

from ...mail.verification import send_user_email_verification_mail
Expand Down

0 comments on commit 7d70386

Please sign in to comment.