/
dimamir
/
authentik
Обзор
Документация
Войти
/
dimamir
/
authentik
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/flow/FlowInterface.ts
15 строк
825 B
Ken Sternberg
web: refactor locale handler into top-level context handler (#6022)
07 июл 2023, 17:23
Не верифицирован
07 июл 2023, 17:23
4e5ea05
Код
Авторство
О чём код?
import "@goauthentik/elements/messages/MessageContainer"; import "@goauthentik/flow/FlowExecutor"; // Statically import some stages to speed up load speed import "@goauthentik/flow/stages/access_denied/AccessDeniedStage"; // Import webauthn-related stages to prevent issues on safari // Which is overly sensitive to allowing things only in the context of a // user interaction import "@goauthentik/flow/stages/authenticator_validate/AuthenticatorValidateStage"; import "@goauthentik/flow/stages/authenticator_webauthn/WebAuthnAuthenticatorRegisterStage"; import "@goauthentik/flow/stages/autosubmit/AutosubmitStage"; import "@goauthentik/flow/stages/captcha/CaptchaStage"; import "@goauthentik/flow/stages/identification/IdentificationStage"; import "@goauthentik/flow/stages/password/PasswordStage"; // end of stage import