We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15479d commit 248122fCopy full SHA for 248122f
api/plugins/__init__.py
@@ -25,7 +25,7 @@
25
from api.plugins.notifications import get_notification_hook
26
27
app_group_lifecycle_hook_impl = pluggy.HookimplMarker("access_app_group_lifecycle")
28
-condtional_access_hook_impl = pluggy.HookimplMarker("access_conditional_access")
+conditional_access_hook_impl = pluggy.HookimplMarker("access_conditional_access")
29
notification_hook_impl = pluggy.HookimplMarker("access_notifications")
30
31
__all__ = [
0 commit comments