mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Load receivers on ready
This commit is contained in:
parent
c59565c038
commit
1bf8b6079d
@ -8,5 +8,5 @@ class AuthenticationConfig(AppConfig):
|
||||
|
||||
def ready(self):
|
||||
super(AuthenticationConfig, self).ready()
|
||||
from allianceauth.authentication import checks
|
||||
from allianceauth.authentication import checks, signals
|
||||
register(Tags.security)(checks.check_login_scopes_setting)
|
||||
|
Loading…
x
Reference in New Issue
Block a user