9 lines
382 B
Python
9 lines
382 B
Python
"""Imports manager"""
|
|
|
|
from .callback import OIDCCallbackView as OIDCCallbackView
|
|
from .finish import OIDCFinishView as OIDCFinishView
|
|
from .injected_auth_page import OIDCInjectedAuthPage as OIDCInjectedAuthPage
|
|
from .redirect import OIDCRedirectView as OIDCRedirectView
|
|
from .welcome import OIDCWelcomeView as OIDCWelcomeView
|
|
from .device_sse import OIDCDeviceSSE as OIDCDeviceSSE
|