Lines 3828-3868javascript
3828 let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this.options.order, t = [];
3829 return e.forEach((e) => {
3830 if (this.detectors[e]) {
3831 let n = this.detectors[e].lookup(this.options);
3832 n && typeof n == "string" && (n = [n]), n && (t = t.concat(n));
3834 }), t = t.filter((e) => e != null && !Wr(e)).map((e) => this.options.convertDetectedLanguage(e)), this.services && this.services.languageUtils && this.services.languageUtils.getBestMatchFromCodes ? t : t.length > 0
3836 cacheUserLanguage(e) {
3837 let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this.options.caches;
3838 t && (this.options.excludeCacheFor && this.options.excludeCacheFor.indexOf(e) > -1 || t.forEach((t) => {
3839 this.detectors[t] && this.detectors[t].cacheUserLanguage(e, this.options);
3843ui.type = "languageDetector";
3845 poweredBy: "Powered by <brand>Authagonal</brand>",
3848 password: "Password",
3849 emailPlaceholder: "you@example.com",
3850 passwordPlaceholder: "Enter your password",
3851 signingIn: "Signing in...",
3852 forgotPassword: "Forgot password?",
3853 ssoChecking: "Checking sign-in options...",
3854 ssoNotice: "Your organization uses single sign-on",
3855 continueWithSso: "Continue with SSO",
3856 errorInvalidCredentials: "Invalid email or password",
3857 errorLockedOut: "Account locked. Try again in {{seconds}} seconds",
3858 errorEmailNotConfirmed: "Please check your email to verify your account",
3859 errorSsoRequired: "Single sign-on is required for this account",
3860 errorEmailRequired: "Email is required",
3861 errorPasswordRequired: "Password is required",
3862 errorUnexpected: "An unexpected error occurred. Please try again.",
3863 captchaFailed: "Verification failed. Please try again.",
3864 resetYourPassword: "Reset your password",
3865 resetSubtitle: "Enter your email address and we'll send you a link to reset your password.",
3866 sending: "Sending...",
3867 sendResetLink: "Send reset link",
3868 backToSignIn: "Back to sign in",