@aws-amplify/ui-vue 3.1.9 → 3.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +12 -12
- package/dist/index.js +626 -971
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, useSlots, renderSlot, mergeProps, unref, createElementVNode, toRefs, normalizeProps, guardReactiveProps, ref, openBlock, createElementBlock, createVNode, withCtx, createCommentVNode, effectScope, getCurrentScope, onScopeDispose, onMounted, onBeforeUnmount, isRef, shallowRef, watch, reactive, watchEffect, createBlock, computed, toDisplayString, normalizeClass, createTextVNode, Fragment, renderList, onBeforeMount, useAttrs, withModifiers, h as h$
|
|
1
|
+
import { defineComponent, useSlots, renderSlot, mergeProps, unref, createElementVNode, toRefs, normalizeProps, guardReactiveProps, ref, openBlock, createElementBlock, createVNode, withCtx, createCommentVNode, effectScope, getCurrentScope, onScopeDispose, onMounted, onBeforeUnmount, isRef, shallowRef, watch, reactive, watchEffect, createBlock, computed, toDisplayString, normalizeClass, createTextVNode, Fragment, renderList, onBeforeMount, useAttrs, withModifiers, h as h$2, onUnmounted } from "vue";
|
|
2
2
|
import { I18n, Hub, Auth, Amplify, Logger } from "aws-amplify";
|
|
3
3
|
import { appendToCognitoUserAgent } from "@aws-amplify/auth";
|
|
4
4
|
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
@@ -57,30 +57,119 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
|
-
|
|
61
|
-
var n2;
|
|
62
|
-
return null === (n2 = t2.context.actorRef) || void 0 === n2 ? void 0 : n2.getSnapshot();
|
|
63
|
-
}, n$9 = function(n2) {
|
|
60
|
+
const t$1 = (t2) => {
|
|
64
61
|
var o2;
|
|
65
|
-
return null === (o2 =
|
|
62
|
+
return null === (o2 = t2.context.actorRef) || void 0 === o2 ? void 0 : o2.getSnapshot();
|
|
63
|
+
}, o$a = (o2) => {
|
|
64
|
+
var n2;
|
|
65
|
+
return null === (n2 = t$1(o2)) || void 0 === n2 ? void 0 : n2.context;
|
|
66
66
|
};
|
|
67
|
-
var o$
|
|
67
|
+
var o$9, e$h;
|
|
68
68
|
!function(o2) {
|
|
69
69
|
o2.Apple = "SignInWithApple", o2.Amazon = "LoginWithAmazon", o2.Facebook = "Facebook", o2.Google = "Google";
|
|
70
|
-
}(o$
|
|
70
|
+
}(o$9 || (o$9 = {})), function(o2) {
|
|
71
71
|
o2.Email = "email", o2.PhoneNumber = "phone_number";
|
|
72
|
-
}(e$
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
72
|
+
}(e$h || (e$h = {}));
|
|
73
|
+
const e$g = ["birthdate", "email", "family_name", "given_name", "middle_name", "name", "nickname", "phone_number", "preferred_username", "profile", "website"], a$4 = ["username", "email", "phone_number"], r$5 = [...a$4, ...e$g, "confirmation_code", "password", "confirm_password"], i$5 = (e2) => r$5.includes(e2);
|
|
74
|
+
var e$f;
|
|
75
|
+
!function(e2) {
|
|
76
|
+
e2.Alert = "amplify-alert", e2.AlertIcon = "amplify-alert__icon", e2.AlertHeading = "amplify-alert__heading", e2.AlertBody = "amplify-alert__body", e2.AlertDismiss = "amplify-alert__dismiss", e2.Autocomplete = "amplify-autocomplete", e2.AutocompleteMenu = "amplify-autocomplete__menu", e2.AutocompleteMenuEmpty = "amplify-autocomplete__menu--empty", e2.AutocompleteMenuFooter = "amplify-autocomplete__menu__footer", e2.AutocompleteMenuHeader = "amplify-autocomplete__menu__header", e2.AutocompleteMenuLoading = "amplify-autocomplete__menu--loading", e2.AutocompleteMenuOption = "amplify-autocomplete__menu__option", e2.AutocompleteMenuOptions = "amplify-autocomplete__menu__options", e2.Badge = "amplify-badge", e2.Button = "amplify-button", e2.ButtonGroup = "amplify-buttongroup", e2.ButtonLoaderWrapper = "amplify-button__loader-wrapper", e2.Card = "amplify-card", e2.Checkbox = "amplify-checkbox", e2.CheckboxButton = "amplify-checkbox__button", e2.CheckboxIcon = "amplify-checkbox__icon", e2.CheckboxInput = "amplify-checkbox__input", e2.CheckboxLabel = "amplify-checkbox__label", e2.CheckboxField = "amplify-checkboxfield", e2.Collection = "amplify-collection", e2.CollectionItems = "amplify-collection-items", e2.CollectionSearch = "amplify-collection-search", e2.CollectionPagination = "amplify-collection-pagination", e2.CountryCodeSelect = "amplify-countrycodeselect", e2.DialCodeSelect = "amplify-dialcodeselect", e2.Divider = "amplify-divider", e2.DividerLabel = "amplify-divider--label", e2.Expander = "amplify-expander", e2.ExpanderContent = "amplify-expander__content", e2.ExpanderContentText = "amplify-expander__content__text", e2.ExpanderHeader = "amplify-expander__header", e2.ExpanderIcon = "amplify-expander__icon", e2.ExpanderItem = "amplify-expander__item", e2.ExpanderTrigger = "amplify-expander__trigger", e2.Field = "amplify-field", e2.FieldDescription = "amplify-field__description", e2.FieldErrorMessage = "amplify-field__error-message", e2.FieldGroup = "amplify-field-group", e2.FieldGroupControl = "amplify-field-group__control", e2.FieldGroupOuterEnd = "amplify-field-group__outer-end", e2.FieldGroupOuterStart = "amplify-field-group__outer-start", e2.FieldGroupInnerEnd = "amplify-field-group__inner-end", e2.FieldGroupInnerStart = "amplify-field-group__inner-start", e2.FieldGroupIcon = "amplify-field-group__icon", e2.FieldGroupIconButton = "amplify-field-group__icon-button", e2.FieldGroupHasInnerEnd = "amplify-field-group--has-inner-end", e2.FieldGroupHasInnerStart = "amplify-field-group--has-inner-start", e2.FieldShowPassword = "amplify-field__show-password", e2.FieldGroupFieldWrapper = "amplify-field-group__field-wrapper", e2.FileUploaderDropZone = "amplify-fileuploader__dropzone", e2.FileUploaderDropZoneIcon = "amplify-fileuploader__dropzone__icon", e2.FileUploaderDropZoneText = "amplify-fileuploader__dropzone__text", e2.FileUploaderDropZoneButton = "amplify-fileuploader__dropzone__button", e2.FileUploaderFile = "amplify-fileuploader__file", e2.FileUploaderFileWrapper = "amplify-fileuploader__file__wrapper", e2.FileUploaderFileName = "amplify-fileuploader__file__name", e2.FileUploaderFileSize = "amplify-fileuploader__file__size", e2.FileUploaderFileInfo = "amplify-fileuploader__file__info", e2.FileUploaderFileImage = "amplify-fileuploader__file__image", e2.FileUploaderFileMain = "amplify-fileuploader__file__main", e2.FileUploaderFileStatus = "amplify-fileuploader__file__status", e2.FileUploaderLoader = "amplify-fileuploader__loader", e2.FileUploaderPreviewer = "amplify-fileuploader__previewer", e2.FileUploaderPreviewerText = "amplify-fileuploader__previewer__text", e2.FileUploaderPreviewerBody = "amplify-fileuploader__previewer__body", e2.FileUploaderPreviewerFooter = "amplify-fileuploader__previewer__footer", e2.FileUploaderPreviewerFooterActions = "amplify-fileuploader__previewer__footer__actions", e2.Flex = "amplify-flex", e2.Grid = "amplify-grid", e2.Heading = "amplify-heading", e2.HighlightMatch = "amplify-highlightmatch", e2.HighlightMatchHighlighted = "amplify-highlightmatch__highlighted", e2.Icon = "amplify-icon", e2.Image = "amplify-image", e2.Input = "amplify-input", e2.Label = "amplify-label", e2.Link = "amplify-link", e2.Loader = "amplify-loader", e2.LoaderDeterminate = "amplify-loader--determinate", e2.LoaderPercentageText = "amplify-loader__percentage-text", e2.MenuContent = "amplify-menu-content", e2.MenuContentWrapper = "amplify-menu-content-wrapper", e2.MenuItem = "amplify-menu-content__item", e2.MenuTrigger = "amplify-menu-trigger", e2.Pagination = "amplify-pagination", e2.PaginationItemButton = "amplify-pagination__item-button", e2.PaginationItemCurrent = "amplify-pagination__item-current", e2.PaginationItemEllipsis = "amplify-pagination__item-ellipsis", e2.PasswordField = "amplify-passwordfield", e2.PhoneNumberField = "amplify-phonenumberfield", e2.Placeholder = "amplify-placeholder", e2.Radio = "amplify-radio", e2.RadioButton = "amplify-radio__button", e2.RadioInput = "amplify-radio__input", e2.RadioLabel = "amplify-radio__label", e2.RadioGroupField = "amplify-radiogroupfield", e2.RadioGroup = "amplify-radiogroup", e2.Rating = "amplify-rating", e2.ScrollView = "amplify-scrollview", e2.SearchField = "amplify-searchfield", e2.SearchFieldClear = "amplify-searchfield__clear", e2.SearchFieldSearch = "amplify-searchfield__search", e2.Select = "amplify-select", e2.SelectField = "amplify-selectfield", e2.SelectWrapper = "amplify-select__wrapper", e2.SelectIconWrapper = "amplify-select__icon-wrapper", e2.SliderField = "amplify-sliderfield", e2.SliderFieldGroup = "amplify-sliderfield__group", e2.SliderFieldLabel = "amplify-sliderfield__label", e2.SliderFieldRange = "amplify-sliderfield__range", e2.SliderFieldRoot = "amplify-sliderfield__root", e2.SliderFieldThumb = "amplify-sliderfield__thumb", e2.SliderFieldTrack = "amplify-sliderfield__track", e2.StepperField = "amplify-stepperfield", e2.StepperFieldButtonDecrease = "amplify-stepperfield__button--decrease", e2.StepperFieldButtonIncrease = "amplify-stepperfield__button--increase", e2.StepperFieldInput = "amplify-stepperfield__input", e2.SwitchField = "amplify-switchfield", e2.SwitchLabel = "amplify-switch-label", e2.SwitchThumb = "amplify-switch-thumb", e2.SwitchTrack = "amplify-switch-track", e2.SwitchWrapper = "amplify-switch__wrapper", e2.Table = "amplify-table", e2.TableCaption = "amplify-table__caption", e2.TableBody = "amplify-table__body", e2.TableTd = "amplify-table__td", e2.TableTh = "amplify-table__th", e2.TableFoot = "amplify-table__foot", e2.TableHead = "amplify-table__head", e2.TableRow = "amplify-table__row", e2.Tabs = "amplify-tabs", e2.TabItems = "amplify-tabs-item", e2.Text = "amplify-text", e2.Textarea = "amplify-textarea", e2.TextAreaField = "amplify-textareafield", e2.TextField = "amplify-textfield", e2.ToggleButton = "amplify-togglebutton", e2.ToggleButtonGroup = "amplify-togglebuttongroup", e2.VisuallyHidden = "amplify-visually-hidden";
|
|
77
|
+
}(e$f || (e$f = {}));
|
|
78
|
+
const i$4 = (t2) => {
|
|
79
|
+
var i2;
|
|
80
|
+
const s2 = null === (i2 = null == t2 ? void 0 : t2.context.config) || void 0 === i2 ? void 0 : i2.loginMechanisms, [n2] = null != s2 ? s2 : ["username"];
|
|
81
|
+
return n2;
|
|
82
|
+
};
|
|
83
|
+
const r$4 = (e2) => {
|
|
84
|
+
const t2 = (t3) => (r2) => e2({ type: t3, data: r2 });
|
|
85
|
+
return { initializeMachine: t2("INIT"), resendCode: t2("RESEND"), signOut: t2("SIGN_OUT"), submitForm: t2("SUBMIT"), updateForm: t2("CHANGE"), updateBlur: t2("BLUR"), toFederatedSignIn: t2("FEDERATED_SIGN_IN"), toResetPassword: t2("RESET_PASSWORD"), toSignIn: t2("SIGN_IN"), toSignUp: t2("SIGN_UP"), skipVerification: t2("SKIP") };
|
|
86
|
+
}, n$5 = (r2) => {
|
|
87
|
+
var n2, s2, i2, a2, o2;
|
|
88
|
+
const c2 = null !== (n2 = o$a(r2)) && void 0 !== n2 ? n2 : {}, { codeDeliveryDetails: u2, remoteError: d2, unverifiedContactMethods: l2, validationError: m2, totpSecretCode: h2 = null } = c2, { socialProviders: v2 } = null !== (i2 = null === (s2 = r2.context) || void 0 === s2 ? void 0 : s2.config) && void 0 !== i2 ? i2 : {}, g2 = null !== (a2 = null == c2 ? void 0 : c2.user) && void 0 !== a2 ? a2 : null === (o2 = r2.context) || void 0 === o2 ? void 0 : o2.user, f2 = m2 && Object.keys(m2).length > 0, p2 = t$1(r2), S = r2.hasTag("pending") || (null == p2 ? void 0 : p2.hasTag("pending")), I = (() => {
|
|
89
|
+
switch (true) {
|
|
90
|
+
case r2.matches("idle"):
|
|
91
|
+
return "idle";
|
|
92
|
+
case r2.matches("setup"):
|
|
93
|
+
return "setup";
|
|
94
|
+
case r2.matches("signOut"):
|
|
95
|
+
return "signOut";
|
|
96
|
+
case r2.matches("authenticated"):
|
|
97
|
+
return "authenticated";
|
|
98
|
+
case (null == p2 ? void 0 : p2.matches("confirmSignUp")):
|
|
99
|
+
return "confirmSignUp";
|
|
100
|
+
case (null == p2 ? void 0 : p2.matches("confirmSignIn")):
|
|
101
|
+
return "confirmSignIn";
|
|
102
|
+
case (null == p2 ? void 0 : p2.matches("setupTOTP.edit")):
|
|
103
|
+
case (null == p2 ? void 0 : p2.matches("setupTOTP.submit")):
|
|
104
|
+
return "setupTOTP";
|
|
105
|
+
case (null == p2 ? void 0 : p2.matches("signIn")):
|
|
106
|
+
return "signIn";
|
|
107
|
+
case (null == p2 ? void 0 : p2.matches("signUp")):
|
|
108
|
+
return "signUp";
|
|
109
|
+
case (null == p2 ? void 0 : p2.matches("forceNewPassword")):
|
|
110
|
+
return "forceNewPassword";
|
|
111
|
+
case (null == p2 ? void 0 : p2.matches("resetPassword")):
|
|
112
|
+
return "resetPassword";
|
|
113
|
+
case (null == p2 ? void 0 : p2.matches("confirmResetPassword")):
|
|
114
|
+
return "confirmResetPassword";
|
|
115
|
+
case (null == p2 ? void 0 : p2.matches("verifyUser")):
|
|
116
|
+
return "verifyUser";
|
|
117
|
+
case (null == p2 ? void 0 : p2.matches("confirmVerifyUser")):
|
|
118
|
+
return "confirmVerifyUser";
|
|
119
|
+
case (null == p2 ? void 0 : p2.matches("setupTOTP.getTotpSecretCode")):
|
|
120
|
+
case r2.matches("signIn.runActor"):
|
|
121
|
+
return "transition";
|
|
122
|
+
default:
|
|
123
|
+
return console.debug("Cannot infer `route` from Authenticator state:", r2.value), null;
|
|
80
124
|
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
125
|
+
})(), P2 = ((e2) => {
|
|
126
|
+
switch (e2) {
|
|
127
|
+
case "idle":
|
|
128
|
+
case "setup":
|
|
129
|
+
return "configuring";
|
|
130
|
+
case "authenticated":
|
|
131
|
+
return "authenticated";
|
|
132
|
+
default:
|
|
133
|
+
return "unauthenticated";
|
|
134
|
+
}
|
|
135
|
+
})(I);
|
|
136
|
+
return { authStatus: P2, codeDeliveryDetails: u2, error: d2, hasValidationErrors: f2, isPending: S, route: I, socialProviders: v2, totpSecretCode: h2, unverifiedContactMethods: l2, user: g2, validationErrors: m2 };
|
|
137
|
+
}, s$4 = ({ send: e2, state: t2 }) => {
|
|
138
|
+
const s2 = r$4(e2), i2 = n$5(t2);
|
|
139
|
+
return Object.assign(Object.assign({}, s2), i2);
|
|
140
|
+
};
|
|
141
|
+
const o$8 = ["+1", "+7", "+20", "+27", "+30", "+31", "+32", "+33", "+34", "+36", "+39", "+40", "+41", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+60", "+61", "+62", "+63", "+64", "+65", "+66", "+81", "+82", "+84", "+86", "+90", "+91", "+92", "+93", "+94", "+95", "+98", "+212", "+213", "+216", "+218", "+220", "+221", "+222", "+223", "+224", "+225", "+226", "+227", "+228", "+229", "+230", "+231", "+232", "+233", "+234", "+235", "+236", "+237", "+238", "+239", "+240", "+241", "+242", "+243", "+244", "+245", "+246", "+248", "+249", "+250", "+251", "+252", "+253", "+254", "+255", "+256", "+257", "+258", "+260", "+261", "+262", "+263", "+264", "+265", "+266", "+267", "+268", "+269", "+290", "+291", "+297", "+298", "+299", "+345", "+350", "+351", "+352", "+353", "+354", "+355", "+356", "+357", "+358", "+359", "+370", "+371", "+372", "+373", "+374", "+375", "+376", "+377", "+378", "+379", "+380", "+381", "+382", "+385", "+386", "+387", "+389", "+420", "+421", "+423", "+500", "+501", "+502", "+503", "+504", "+505", "+506", "+507", "+508", "+509", "+537", "+590", "+591", "+593", "+594", "+595", "+596", "+597", "+598", "+599", "+670", "+672", "+673", "+674", "+675", "+676", "+677", "+678", "+679", "+680", "+681", "+682", "+683", "+685", "+686", "+687", "+688", "+689", "+690", "+691", "+692", "+850", "+852", "+853", "+855", "+856", "+872", "+880", "+886", "+960", "+961", "+962", "+963", "+964", "+965", "+966", "+967", "+968", "+970", "+971", "+972", "+973", "+974", "+975", "+976", "+977", "+992", "+993", "+994", "+995", "+996", "+998"];
|
|
142
|
+
const e$e = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", Changing: "\xC4ndern von", Code: "Code", "Confirm Password": "Passwort best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirm SMS Code": "SMS-Code best\xE4tigen", "Confirm TOTP Code": "TOTP-Code best\xE4tigen", Confirm: "Best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", Confirming: "Wird best\xE4tigt", "Create a new account": "Einen neuen Account erstellen", "Create Account": "Account erstellen", "Creating Account": "Account wird erstellt", "Dismiss alert": "Warnung verwerfen", Email: "Email", "Enter your code": "Geben Sie Ihren Code ein", "Enter your email": "Geben Sie Ihre Email ein", "Enter your phone number": "Geben Sie Ihre Telefonnummer ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Forgot your password?": "Passwort vergessen? ", "Hide password": "Passwort verbergen", "It may take a minute to arrive": "Es kann eine Minute dauern, bis er ankommt", Loading: "Wird geladen", "New password": "Neues Passwort", or: "oder", Password: "Passwort", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset your Password": "Zur\xFCcksetzen des Passwort", "Reset your password": "Zur\xFCcksetzen des passwort", "Send code": "Code senden", "Send Code": "Code senden", Sending: "Wird gesendet", "Setup TOTP": "TOTP einrichten", "Show password": "Passwort anzeigen", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign In with Amazon": "Mit Amazon anmelden", "Sign In with Apple": "Mit Apple anmelden", "Sign In with Facebook": "Mit Facebook anmelden", "Sign In with Google": "Mit Google anmelden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Signing in": "Wird angemeldet", Skip: "\xDCberspringen", Submit: "Abschicken", Submitting: "Wird gesendet", Username: "Benutzername", "Verify Contact": "Kontakt verifizieren", Verify: "Verifizieren", "We Sent A Code": "Wir haben einen Code gesendet", "We Texted You": "Wir haben Ihnen eine SMS-Textur", "Your code is on the way. To log in, enter the code we sent you": "Ihr Code ist unterwegs. Um sich anzumelden, geben Sie den Code ein, den wir Ihnen gesendet haben", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Create account": "Hier registrieren", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your Password": "Geben Sie Ihre Passwort ein", "Enter your Email": "Geben Sie Ihre E-Mail", "Sign Up with Facebook": "Mit Facebook registrieren", "Sign Up with Google": "Mit Google registrieren", "Forgot Password": "Passwort vergessen", "Have an account? ": "Schon registriert? ", "Incorrect username or password": "Falscher Benutzername oder falsches Passwort", "Invalid password format": "Ung\xFCltiges Passwort-Format", "Invalid phone number format": "Ung\xFCltiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900", "It may take a minute to arrive.": "Es k\xF6nnte eine Minute dauern, bis der Code eintrifft.", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Reset password": "Passwort zur\xFCcksetzen", "Sign Out": "Abmelden", "Sign Up": "Registrieren", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", "Username cannot be empty": "Benutzername darf nicht leer sein", "We Emailed You": "Email wurde versendet", "Your code is on the way. To log in, enter the code we emailed to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an", "Your code is on the way. To log in, enter the code we texted to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an" };
|
|
143
|
+
const e$d = { "Account recovery requires verified contact information": "Account recovery requires verified contact information", "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", "Confirm Password": "Confirm Password", "Confirm Sign Up": "Confirm Sign Up", "Confirm SMS Code": "Confirm SMS Code", "Confirm TOTP Code": "Confirm TOTP Code", Confirm: "Confirm", "Confirmation Code": "Confirmation Code", Confirming: "Confirming", "Create a new account": "Create a new account", "Create Account": "Create Account", "Creating Account": "Creating Account", "Dismiss alert": "Dismiss alert", Email: "Email", "Enter your code": "Enter your code", "Enter your email": "Enter your email", "Enter your phone number": "Enter your phone number", "Enter your username": "Enter your username", "Forgot password?": "Forgot password?", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", "It may take a minute to arrive": "It may take a minute to arrive", Loading: "Loading", "New password": "New password", or: "or", Password: "Password", "Phone Number": "Phone Number", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "Reset your Password": "Reset your Password", "Send code": "Send code", "Send Code": "Send Code", Sending: "Sending", "Setup TOTP": "Setup TOTP", "Show password": "Show password", "Sign in to your account": "Sign in to your account", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in": "Sign in", "Sign In": "Sign In", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", Username: "Username", "Verify Contact": "Verify Contact", Verify: "Verify", "We Emailed You": "We Emailed You", "We Sent A Code": "We Sent A Code", "We Texted You": "We Texted You", "Your code is on the way. To log in, enter the code we emailed to": "Your code is on the way. To log in, enter the code we emailed to", "Your code is on the way. To log in, enter the code we sent you": "Your code is on the way. To log in, enter the code we sent you", "Your code is on the way. To log in, enter the code we texted to": "Your code is on the way. To log in, enter the code we texted to" };
|
|
144
|
+
const e$c = { "Account recovery requires verified contact information": "La recuperaci\xF3n de la cuenta requiere informaci\xF3n de contacto verificada", "Back to Sign In": "Volver a inicio de sesi\xF3n", "Change Password": "Cambiar contrase\xF1a", Changing: "Cambiando", Code: "C\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign Up": "Confirmar registro", "Confirm SMS Code": "Confirmar el c\xF3digo de SMS", "Confirm TOTP Code": "Confirmar c\xF3digo TOTP", Confirm: "Confirmar", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", Confirming: "Confirmando", "Create a new account": "Crear una cuenta nueva", "Create Account": "Crear cuenta", "Creating Account": "Creando cuenta", "Dismiss alert": "Descartar alerta", Email: "Email", "Enter your code": "Ingrese el c\xF3digo", "Enter your email": "Escriba su Email", "Enter your phone number": "Ingrese el n\xFAmero de tel\xE9fono", "Enter your username": "Ingrese el nombre de usuario", "Forgot your password?": "\xBFOlvid\xF3 su contrase\xF1a?", "Hide password": "Ocultar contrase\xF1a", "It may take a minute to arrive": "Es posible que tarde un minuto en llegar", Loading: "Cargando", "New password": "Nueva contrase\xF1a", or: "o", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Restablecer su contrase\xF1a", "Reset your Password": "Restablecer su Contrase\xF1a", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar contrase\xF1a", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign In with Amazon": "Iniciar Sesi\xF3n con Amazon", "Sign In with Apple": "Iniciar Sesi\xF3n con Apple", "Sign In with Facebook": "Iniciar Sesi\xF3n con Facebook", "Sign In with Google": "Iniciar Sesi\xF3n con Google", "Sign in": "Iniciar sesi\xF3n", "Sign In": "Iniciar Sesi\xF3n", "Signing in": "Iniciando sesi\xF3n", Skip: "Omitir", Submit: "Enviar", Submitting: "Enviando", Username: "Nombre de usuario", "Verify Contact": "Verificar contacto", Verify: "Verificar", "We Emailed You": "Le hemos enviado un correo electr\xF3nico", "We Sent A Code": "Hemos enviado un c\xF3digo", "We Texted You": "Le hemos enviado un mensaje de texto", "Your code is on the way. To log in, enter the code we emailed to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por correo electr\xF3nico a", "Your code is on the way. To log in, enter the code we sent you": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que le hemos enviado", "Your code is on the way. To log in, enter the code we texted to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por mensaje de texto a", "An account with the given email already exists.": "Ya existe una cuenta con el correo ingresado.", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "Forgot Password": "Olvid\xE9 mi contrase\xF1a", "Incorrect username or password.": "Nombre de usuario o contrase\xF1a incorrecta", "Invalid password format": "Formato de contrase\xF1a inv\xE1lido", "Invalid phone number format": "Formato de n\xFAmero de tel\xE9fono inv\xE1lido", "Loading...": "Cargando...", "New Password": "Nueva contrase\xF1a", "Resend a Code": "Reenviar un c\xF3digo", "Sign Out": "Cerrar sesi\xF3n", "Sign Up with Amazon": "Crear cuenta con Amazon", "Sign Up with Apple": "Crear cuenta con Apple", "Sign Up with Facebook": "Crear cuenta con Facebook", "Sign Up with Google": "Crear cuenta con Google", "Sign Up": "Crear cuenta", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", "Your passwords must match": "Las contrase\xF1as deben coincidir" };
|
|
145
|
+
const e$b = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "Back to Sign In": "Retour \xE0 la connexion", "Change Password": "Modifier le mot de passe", Changing: "Modification en cours", Code: "Code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", Confirm: "Confirmer", "Confirmation Code": "Code de confirmation", Confirming: "Confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create Account": "Cr\xE9er un compte", "Creating Account": "Cr\xE9ation d'un compte", "Dismiss alert": "Supprimer l'alerte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Hide password": "Masquer le mot de passe", "It may take a minute to arrive": "Cela peut prendre une minute", Loading: "Chargement en cours", "New password": "Nouveau mot de passe", or: "ou", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend Code": "Renvoyer le code", "Reset your Password": "R\xE9initialiser votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", "Send code": "Envoyer le code", "Send Code": "M'envoyer un code", Sending: "Envoi en cours", "Setup TOTP": "Configuration de TOTP", "Show password": "Afficher le mot de passe", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with Apple": "Se connecter avec Apple", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign in": "Se connecter", "Sign In": "Se connecter", "Signing in": "Connexion en cours", Skip: "Passer", Submit: "Soumettre", Submitting: "Envoi en cours", Username: "Nom d'utilisateur", "Verify Contact": "V\xE9rifier le contact", Verify: "V\xE9rifier", "We Sent A Code": "Nous avons envoy\xE9 un code", "We Texted You": "Nous vous avons envoy\xE9 un SMS", "Your code is on the way. To log in, enter the code we sent you": "Votre code est en cours d'envoi. Pour vous connecter, saisissez le code que nous vous avons envoy\xE9", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", Change: "Modifier", "Confirm a Code": "Confirmer un code", "Confirm Sign In": "Confirmer la connexion", "Create account": "Cr\xE9er un compte", "Enter your password": "Saisissez votre mot de passe", "Forgot Password": "Mot de passe oubli\xE9", "Have an account? ": "D\xE9j\xE0 un compte ? ", Hello: "Bonjour", "Incorrect username or password": "Identifiant ou mot de passe incorrect", "Invalid password format": "Format de mot de passe invalide", "Invalid phone number format": "Format de num\xE9ro de t\xE9l\xE9phone invalide. Veuillez utiliser un format +12345678900", "Loading...": "Chargement...", "Lost your code? ": "Vous avez perdu votre code ? ", "Network error": "Erreur r\xE9seau", "New Password": "Nouveau mot de passe", "No account? ": "Pas de compte ? ", "Resend a Code": "Renvoyer un code", "Reset password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Sign In with AWS": "Se connecter avec AWS", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", SMS: "SMS", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas", "We Emailed You": "Nous vous avons envoy\xE9 un code", "Your code is on the way. To log in, enter the code we emailed to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur cette adresse email", "Your code is on the way. To log in, enter the code we texted to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur ce num\xE9ro de t\xE9l\xE9phone", "It may take a minute to arrive.": "Cela peut prendre quelques minutes." };
|
|
146
|
+
const o$7 = { "Account recovery requires verified contact information": "Il ripristino dell'account richiede informazioni di contatto verificate", "Back to Sign In": "Torna alla schermata di accesso", "Change Password": "Cambia la password", Changing: "Modifica in corso", Code: "Codice", "Confirm Password": "Conferma la password", "Confirm Sign Up": "Conferma registrazione", "Confirm SMS Code": "Conferma codice SMS", "Confirm TOTP Code": "Conferma codice TOTP", Confirm: "Conferma", "Confirmation Code": "Codice di verifica", Confirming: "Conferma in corso", "Create a new account": "Crea un nuovo account", "Create Account": "Crea Account", "Creating Account": "Creazione account in corso", "Dismiss alert": "Ignora l'avviso", Email: "Email", "Enter your code": "Inserisci il tuo codice", "Enter your email": "Inserisci la tua e-mail", "Enter your phone number": 'Inserisci il tuo numero di telefono"', "Enter your username": "Inserisci il tuo nome utente", "Forgot your password?": "Password dimenticata?", "Hide password": "Nascondi password", "It may take a minute to arrive": "L'arrivo potrebbe richiedere qualche minuto", Loading: "Caricamento in corso", "New password": "Nuova password", or: "oppure", Password: "Password", "Phone Number": "Numero di telefono", "Resend Code": "Invia nuovamente il codice", "Reset your Password": "Reimposta la tua Password", "Reset your password": "Reimposta la tua password", "Send code": "Invia codice", "Send Code": "Invia codice", Sending: "Invio in corso", "Setup TOTP": "Configura TOTP", "Show password": "Mostra password", "Sign in to your account": "Accedi al tuo account", "Sign In with Amazon": "Accedi con Amazon", "Sign In with Apple": "Accedi con Apple", "Sign In with Facebook": "Accedi con Facebook", "Sign In with Google": "Accedi con Google", "Sign in": "Accedi", "Sign In": "Accedi", "Signing in": "Accesso in corso", Skip: "Salta", Submit: "Invia", Submitting: "Invio in corso", Username: "Nome utente", "Verify Contact": "Verifica contatto", Verify: "Verifica", "We Emailed You": "Ti abbiamo inviato un'e-mail", "We Sent A Code": "Ti abbiamo inviato un codice", "We Texted You": "Ti abbiamo inviato un SMS", "Your code is on the way. To log in, enter the code we emailed to": "Il codice \xE8 in arrivo. Per effettuare l'accesso, immetti il codice che ti abbiamo inviato via e-mail", "Your code is on the way. To log in, enter the code we sent you": "Il codice \xE8 in arrivo. Per accedere, immetti il codice che ti abbiamo inviato", "Your code is on the way. To log in, enter the code we texted to": "Il codice \xE8 in arrivo. Per accedere, immetti il codice che abbiamo inviato tramite SMS", "An account with the given email already exists.": "Questa email \xE8 gi\xE0 utilizzata da un altro account.", "Confirm a Code": "Conferma un codice", "Confirm Sign In": "Conferma l'accesso", "Create account": "Crea account", "Enter your password": "Inserisci la tua password", "Forgot Password?": "Password dimenticata?", "Have an account? ": "Gi\xE0 registrato?", "Incorrect username or password": "Nome utente o password errati", "Invalid password format": "Formato della password non valido", "Invalid phone number format": "Formato del numero di telefono non valido", "Lost your code?": "Codice smarrito?", "New Password": "Nuova password", "No account? ": "Non hai un account?", "Password attempts exceeded": "Il numero massimo di tentativi di accesso falliti \xE8 stato raggiunto", "Reset password": "Reimposta password", "Sign Out": "Esci", "Sign Up": "Registrati", "User already exists": "Utente gi\xE0 esistente", "User does not exist": "Utente inesistente", "Username cannot be empty": "Il nome utente non pu\xF2 essere vuoto" };
|
|
147
|
+
const e$a = { "Account recovery requires verified contact information": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5FA9\u65E7\u306B\u306F\u78BA\u8A8D\u6E08\u307F\u306E\u9023\u7D61\u5148\u304C\u5FC5\u8981\u3067\u3059", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Changing: "\u5909\u66F4\u4E2D", Code: "\u30B3\u30FC\u30C9", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirm SMS Code": "SMS \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm TOTP Code": "TOTP \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", Confirm: "\u78BA\u5B9A", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", Confirming: "\u78BA\u8A8D\u4E2D", "Create a new account": "\u65B0\u3057\u3044\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Create Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Creating Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u4F5C\u6210\u4E2D", "Dismiss alert": "\u30A2\u30E9\u30FC\u30C8\u3092\u9589\u3058\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your code": "\u30B3\u30FC\u30C9\u3092\u5165\u529B", "Enter your email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your phone number": "\u96FB\u8A71\u756A\u53F7\u3092\u5165\u529B", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Hide password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u975E\u8868\u793A", "It may take a minute to arrive": "\u5230\u7740\u3059\u308B\u307E\u3067\u306B 1 \u5206\u304B\u304B\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002", Loading: "\u30ED\u30FC\u30C9\u4E2D", "New password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", or: "\u53C8\u306F", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8", "Reset your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B", "Send code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", Sending: "\u9001\u4FE1\u4E2D", "Setup TOTP": "TOTP \u3092\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", "Show password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A", "Sign in to your account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign In with Amazon": "Amazon\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Apple": "Apple \u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Facebook": "Facebook\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Google": "Google\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Signing in": "\u30B5\u30A4\u30F3\u30A4\u30F3\u4E2D", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", Submitting: "\u9001\u4FE1\u4E2D", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D", Verify: "\u78BA\u8A8D", "We Sent A Code": "\u30B3\u30FC\u30C9\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "We Texted You": "\u30C6\u30AD\u30B9\u30C8\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we sent you": "\u30B3\u30FC\u30C9\u304C\u9014\u4E2D\u3067\u3059\u3002\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u9001\u4FE1\u3057\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002", "An account with the given email already exists.": "\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Enter your Email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Please confirm your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "Have an account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u304B\uFF1F", "Incorrect username or password": "\u30E6\u30FC\u30B6\u30FC\u540D\u304B\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u7570\u306A\u308A\u307E\u3059 ", "Invalid password format": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u5F62\u5F0F\u304C\u7121\u52B9\u3067\u3059 ", "Invalid phone number format": "\u4E0D\u6B63\u306A\u96FB\u8A71\u756A\u53F7\u306E\u5F62\u5F0F\u3067\u3059\u3002\n+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044", "It may take a minute to arrive.": "\u30B3\u30FC\u30C9\u3092\u53D7\u4FE1\u3059\u308B\u307E\u3067\u6570\u5206\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002", "Lost your code? ": "\u30B3\u30FC\u30C9\u3092\u5931\u304F\u3057\u307E\u3057\u305F\u304B\uFF1F", "New Password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", "No account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u7121\u3044\u3068\u304D ", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Reset Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", "User already exists": "\u65E2\u306B\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059 ", "User does not exist": "\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u307E\u305B\u3093 ", "Username cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", "We Emailed You": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we emailed to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30E1\u30FC\u30EB\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:", "Your code is on the way. To log in, enter the code we texted to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30C6\u30AD\u30B9\u30C8\u30E1\u30C3\u30BB\u30FC\u30B8\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:" };
|
|
148
|
+
const e$9 = { "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", "Change Password": "\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uD558\uAE30", Changing: "\uBCC0\uACBD\uC911", Code: "\uCF54\uB4DC", "Confirm Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uD655\uC778", "Confirm Sign Up": "\uD68C\uC6D0\uAC00\uC785 \uD655\uC778", "Confirm SMS Code": "\uD734\uB300\uD3F0 \uBCF8\uC778 \uD655\uC778", "Confirm TOTP Code": "TOTP \uC778\uC99D\uBC88\uD638 \uD655\uC778", Confirm: "\uD655\uC778", "Confirmation Code": "\uC778\uC99D\uBC88\uD638", Confirming: "\uD655\uC778\uC911", "Create a new account": "\uD68C\uC6D0\uAC00\uC785", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", "Dismiss alert": "\uC54C\uB9BC \uBB34\uC2DC", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your email": "\uC774\uBA54\uC77C \uC785\uB825", "Enter your phone number": "\uC804\uD654\uBC88\uD638 \uC785\uB825", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", "It may take a minute to arrive": "\uB3C4\uCC29\uD558\uB294 \uB370 1\uBD84 \uC815\uB3C4 \uAC78\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4", Loading: "\uB85C\uB529\uC911", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", or: "\uB610\uB294", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", "Send Code": "\uCF54\uB4DC \uC804\uC1A1", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in to your account": "\uB85C\uADF8\uC778", "Sign In with Amazon": "Amazon \uB85C\uADF8\uC778", "Sign In with Apple": "Apple \uB85C\uADF8\uC778", "Sign In with Facebook": "Facebook \uB85C\uADF8\uC778", "Sign In with Google": "Google \uB85C\uADF8\uC778", "Sign in": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", Username: "\uC544\uC774\uB514", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", Verify: "\uC778\uC99D", "We Emailed You": "\uC774\uBA54\uC77C\uC744 \uBCF4\uB0C4", "We Sent A Code": "\uCF54\uB4DC\uB97C \uBCF4\uB0C4", "We Texted You": "\uBB38\uC790 \uBA54\uC2DC\uC9C0\uB97C \uBCF4\uB0C4", "Your code is on the way. To log in, enter the code we emailed to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC774\uBA54\uC77C\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we sent you": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we texted to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uBB38\uC790 \uBA54\uC2DC\uC9C0\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Family Name": "\uC131", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Given Name": "\uC774\uB984", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
|
|
149
|
+
const e$8 = { "Account recovery requires verified contact information": "Accountherstel vereist geverifieerde contactgegevens", "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "Confirm Sign Up": "Bevestig inschrijving", "Confirm SMS Code": "Bevestig SMS Code", "Confirm TOTP Code": "Bevestig TOTP Code", Confirm: "Bevestig", "Confirmation Code": "Bevestigingscode", Confirming: "Bevestigen", "Create a new account": "Nieuw account aanmaken", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", "Dismiss alert": "Waarschuwing sluiten", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your email": "Vul je e-mail in", "Enter your Password": "Vul je wachtwoord in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your username": "Vul je gebruikersnaam in", "Enter your Username": "Vul je gebruikersnaam in", "Forgot your password?": "Wachtwoord vergeten? ", "Hide password": "Verberg wachtwoord", "It may take a minute to arrive": "Het kan even duren voordat deze aankomt", Loading: "Laden", "New password": "Nieuw wachtwoord", "New Password": "Nieuw Wachtwoord", or: "of", Password: "Wachtwoord", "Phone Number": "Telefoonnummer", "Please confirm your Password": "Bevestig je wachtwoord", "Resend Code": "Verstuur code nogmaals", "Reset Password": "Wachtwoord resetten", "Reset your password": "Reset je wachtwoord", "Reset your Password": "Wachtwoord resetten", "Send code": "Verstuur code", "Send Code": "Verstuur Code", Sending: "Versturen", "Setup TOTP": "TOTP Instellingen", "Show password": "Toon wachtwoord", "Sign in to your account": "Inloggen op je account", "Sign In with Amazon": "Inloggen met Amazon", "Sign In with Apple": "Inloggen met Apple", "Sign In with Facebook": "Inloggen met Facebook", "Sign In with Google": "Inloggen met Google", "Sign in": "Inloggen", "Sign In": "Inloggen", "Signing in": "Inloggen", Skip: "Overslaan", Submit: "Versturen", Submitting: "Wordt verstuurd", Username: "Gebruikersnaam", "Verify Contact": "Verifieer Contact", Verify: "Verifieer", "We Emailed You": "We hebben u een e-mail gestuurd", "We Sent A Code": "We hebben een code gestuurd", "We Texted You": "We hebben u een sms gestuurd", "Your code is on the way. To log in, enter the code we emailed to": "Uw code is onderweg. Om in te loggen, voer de code in die we gemaild hebben naar", "Your code is on the way. To log in, enter the code we sent you": "Uw code is onderweg. Om in te loggen, voer de code in die we u hebben gestuurd", "Your code is on the way. To log in, enter the code we texted to": "Uw code is onderweg. Om in te loggen, voer de code in die we hebben gestuurd naar", "Your passwords must match": "Je wachtwoorden moeten overeenkomen" };
|
|
150
|
+
const o$6 = { "Account recovery requires verified contact information": "Odzyskanie konta wymaga zweryfikowanych danych kontaktowych", "Back to Sign In": "Powr\xF3t do logowania", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A Has\u0142o", "Confirm Sign Up": "Potwierd\u017A rejestracj\u0119", "Confirm SMS Code": "Potwierd\u017A kod SMS", "Confirm TOTP Code": "Potwierd\u017A has\u0142o jednorazowe", Confirm: "Potwierd\u017A", "Confirmation Code": "Kod potwierdzenia", Confirming: "Potwierdzanie", "Create a new account": "Utw\xF3rz nowe konto", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", "Dismiss alert": "Odrzu\u0107 alert", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your email": "Wpisz sw\xF3j adres e-mail", "Enter your phone number": "Wpisz sw\xF3j numer telefonu", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Forgot your password?": "Zapomnia\u0142e\u015B has\u0142a? ", "Hide password": "Ukryj has\u0142o", "It may take a minute to arrive": "Mo\u017Ce to chwil\u0119 potrwa\u0107", Loading: "\u0141adowanie", "New password": "Nowe has\u0142o", or: "albo", Password: "Has\u0142o", "Phone Number": "Numer telefonu", "Resend Code": "Wy\u015Blij kod ponownie", "Reset your password": "Zresetuj swoje has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Send code": "Wy\u015Blij kod", "Send Code": "Zresetuj has\u0142o", Sending: "Wysy\u0142anie", "Setup TOTP": "Konfiguruj TOTP", "Show password": "Poka\u017C has\u0142o", "Sign in to your account": "Zaloguj si\u0119 na swoje konto", "Sign In with Amazon": "Zaloguj z Amazon", "Sign In with Apple": "Zaloguj z Apple", "Sign In with Facebook": "Zaloguj z Facebook", "Sign In with Google": "Zaloguj z Google", "Sign In": "Logowanie", "Sign in": "Zaloguj", "Signing in": "Logowanie", Skip: "Pomi\u0144", Submit: "Wy\u015Blij", Submitting: "Wysy\u0142anie", Username: "Nazwa u\u017Cytkownika", "Verify Contact": "Weryfikacja danych kontaktowych", Verify: "Zweryfikuj", Birthdate: "Data urodzenia", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Middle Name": "Drugie imi\u0119", Name: "Imi\u0119 i nazwisko", Nickname: "Pseudonim", "Preferred Username": "Preferowana nazwa u\u017Cytkownika", Profile: "Profil", Website: "Strona internetowa", "We Emailed You": "Wys\u0142ali\u015Bmy Ci wiadomo\u015B\u0107 e-mail", "We Sent A Code": "Wys\u0142ali\u015Bmy kod", "We Texted You": "Wys\u0142ali\u015Bmy Ci wiadomo\u015B\u0107 SMS", "Your code is on the way. To log in, enter the code we emailed to": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A kod wys\u0142any na adres e-mail", "Your code is on the way. To log in, enter the code we sent you": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A wys\u0142any do Ciebie kod", "Your code is on the way. To log in, enter the code we texted to": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A kod wys\u0142any do Ciebie w wiadomo\u015Bci SMS pod numer" };
|
|
151
|
+
const o$5 = { "Account recovery requires verified contact information": "A recupera\xE7\xE3o da conta requer informa\xE7\xF5es de contato verificadas", "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a Senha", "Confirm Sign Up": "Confirmar inscri\xE7\xE3o", "Confirm SMS Code": "Confirme o c\xF3digo SMS", "Confirm TOTP Code": "Confirme o c\xF3digo TOTP", Confirm: "confirme", "Confirmation Code": "C\xF3digo de confirma\xE7\xE3o", Confirming: "Confirmando", "Create a new account": "Criar uma nova conta", "Create Account": "Criar Conta", "Creating Account": "Criando conta", "Dismiss alert": "Descartar alerta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your email": "Digite seu e-mail", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your username": "entre com seu nome de usu\xE1rio", "Forgot your password?": "Esqueceu sua senha? ", "Hide password": "Esconder a senha", "It may take a minute to arrive": "Pode levar um minuto para chegar", Loading: "Carregando", "New password": "Nova Senha", or: "ou", Password: "Senha", "Phone Number": "N\xFAmero de telefone", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Redefina sua senha", "Reset your Password": "Redefina sua senha", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar senha", "Sign in to your account": "Fa\xE7a login em sua conta", "Sign In with Amazon": "Entrar com a Amazon", "Sign In with Apple": "Entrar com a Apple", "Sign In with Facebook": "Entrar com o Facebook", "Sign In with Google": "Fa\xE7a login no Google", "Sign in": "Entrar", "Sign In": "Entrar", "Signing in": "Entrando", Skip: "Pular", Submit: "Enviar", Submitting: "Enviando", Username: "Nome do usu\xE1rio", "Verify Contact": "Verificar contato", Verify: "Verificar", "We Emailed You": "Enviamos um e-mail para voc\xEA", "We Sent A Code": "Enviamos um c\xF3digo", "We Texted You": "Enviamos um SMS para voc\xEA", "Your code is on the way. To log in, enter the code we emailed to": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo para o qual enviamos um e-mail", "Your code is on the way. To log in, enter the code we sent you": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo que enviamos para voc\xEA", "Your code is on the way. To log in, enter the code we texted to": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo para o qual enviamos uma mensagem de texto" };
|
|
152
|
+
const e$7 = { "Account recovery requires verified contact information": "\u8D26\u6237\u6062\u590D\u9700\u8981\u9A8C\u8BC1\u8FC7\u7684\u8054\u7CFB\u65B9\u5F0F", "Back to Sign In": "\u56DE\u5230\u767B\u5F55", "Change Password": "\u66F4\u6539\u5BC6\u7801", Changing: "\u6B63\u5728\u4FEE\u6539", Code: "\u786E\u8BA4\u7801", "Confirm Password": "\u786E\u8BA4\u5BC6\u7801", "Confirm Sign Up": "\u786E\u8BA4\u6CE8\u518C", "Confirm SMS Code": "\u786E\u8BA4\u77ED\u4FE1\u9A8C\u8BC1\u7801", "Confirm TOTP Code": "\u786E\u8BA4 TOTP \u4EE3\u7801", Confirm: "\u786E\u8BA4", "Confirmation Code": "\u786E\u8BA4\u7801", Confirming: "\u6B63\u5728\u786E\u8BA4", "Create a new account": "\u521B\u5EFA\u65B0\u8D26\u6237", "Create Account": "\u521B\u5EFA\u8D26\u6237", "Creating Account": "\u6B63\u5728\u521B\u5EFA\u8D26\u6237", "Dismiss alert": "\u5173\u95ED\u8B66\u62A5", Email: "\u90AE\u7BB1", "Enter your code": "\u8F93\u5165\u9A8C\u8BC1\u7801", "Enter your email": "\u8F93\u5165\u7535\u5B50\u90AE\u4EF6", "Enter your phone number": "\u8F93\u5165\u7535\u8BDD\u53F7\u7801", "Enter your username": "\u8F93\u5165\u7528\u6237\u540D", "Forgot your password?": "\u5FD8\u8BB0\u5BC6\u7801\u4E86\uFF1F", "Hide password": "\u9690\u85CF\u5BC6\u7801", "It may take a minute to arrive": "\u53EF\u80FD\u9700\u8981\u4E00\u5206\u949F\u624D\u80FD\u5230\u8FBE", Loading: "\u6B63\u5728\u52A0\u8F7D", "New password": "\u65B0\u5BC6\u7801", or: "\u6216\u8005", Password: "\u5BC6\u7801", "Phone Number": "\u7535\u8BDD", "Resend Code": "\u91CD\u53D1\u9A8C\u8BC1\u7801", "Reset your password": "\u91CD\u7F6E\u5BC6\u7801", "Reset your Password": "\u91CD\u7F6E\u5BC6\u7801", "Send Code": "\u53D1\u9001\u786E\u8BA4\u7801", "Send code": "\u53D1\u9001\u9A8C\u8BC1\u7801", Sending: "\u6B63\u5728\u53D1\u9001", "Setup TOTP": "\u8BBE\u7F6E TOTP", "Show password": "\u663E\u793A\u5BC6\u7801", "Sign in to your account": "\u767B\u5F55\u8D26\u6237", "Sign In with Amazon": "\u901A\u8FC7 Amazon \u767B\u5F55", "Sign In with Apple": "\u901A\u8FC7 Apple \u767B\u5F55", "Sign In with Facebook": "\u901A\u8FC7 Facebook \u767B\u5F55", "Sign In with Google": "\u901A\u8FC7 Google \u767B\u5F55", "Sign in": "\u767B\u5F55", "Sign In": "\u767B\u5F55", "Signing in": "\u6B63\u5728\u767B\u5F55", Skip: "\u8DF3\u8FC7", Submit: "\u63D0\u4EA4", Submitting: "\u6B63\u5728\u63D0\u4EA4", Username: "\u7528\u6237\u540D", "Verify Contact": "\u9A8C\u8BC1\u8054\u7CFB\u65B9\u5F0F", Verify: "\u9A8C\u8BC1", "We Emailed You": "\u6211\u4EEC\u7ED9\u60A8\u53D1\u9001\u4E86\u7535\u5B50\u90AE\u4EF6", "We Sent A Code": "\u6211\u4EEC\u53D1\u9001\u4E86\u4EE3\u7801", "We Texted You": "\u6211\u4EEC\u7ED9\u60A8\u53D1\u9001\u4E86\u77ED\u4FE1", "Your code is on the way. To log in, enter the code we emailed to": "\u60A8\u7684\u4EE3\u7801\u6B63\u5728\u53D1\u9001\u4E2D\u3002\u8981\u767B\u5F55\uFF0C\u8BF7\u8F93\u5165\u6211\u4EEC\u901A\u8FC7\u7535\u5B50\u90AE\u4EF6\u53D1\u9001\u7ED9\u4EE5\u4E0B\u4EBA\u5458\u7684\u4EE3\u7801\uFF1A", "Your code is on the way. To log in, enter the code we sent you": "\u60A8\u7684\u4EE3\u7801\u6B63\u5728\u53D1\u9001\u4E2D\u3002\u8981\u767B\u5F55\uFF0C\u8BF7\u8F93\u5165\u6211\u4EEC\u53D1\u9001\u7ED9\u60A8\u7684\u4EE3\u7801", "Your code is on the way. To log in, enter the code we texted to": "\u60A8\u7684\u4EE3\u7801\u6B63\u5728\u53D1\u9001\u4E2D\u3002\u8981\u767B\u5F55\uFF0C\u8BF7\u8F93\u5165\u6211\u4EEC\u901A\u8FC7\u77ED\u4FE1\u53D1\u9001\u7ED9\u4EE5\u4E0B\u4EBA\u5458\u7684\u4EE3\u7801\uFF1A", "Confirm a Code": "\u786E\u8BA4\u7801", "Confirm Sign In": "\u786E\u8BA4\u767B\u5F55", "Forgot Password": "\u5FD8\u8BB0\u5BC6\u7801", "Incorrect username or password": "\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF", "Invalid password format": "\u5BC6\u7801\u683C\u5F0F\u9519\u8BEF", "Invalid phone number format": "\u7535\u8BDD\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u4F7F\u7528\u683C\u5F0F +12345678900", "New Password": "\u65B0\u5BC6\u7801", "Resend a Code": "\u91CD\u53D1\u786E\u8BA4\u7801", "Sign Out": "\u9000\u51FA", "Sign Up": "\u6CE8\u518C", "User already exists": "\u7528\u6237\u5DF2\u7ECF\u5B58\u5728", "User does not exist": "\u7528\u6237\u4E0D\u5B58\u5728" };
|
|
153
|
+
const e$6 = { "Account recovery requires verified contact information": "F\xF6r att \xE5terst\xE4lla kontot beh\xF6ver du ett verifierat konto", "Back to Sign In": "Tillbaka till inloggningen", "Change Password": "Byt l\xF6senord", Changing: "\xC4ndra", Code: "Kod", "Confirm Password": "Bekr\xE4fta l\xF6senord", "Confirm Sign Up": "Bekr\xE4fta registrering", "Confirm SMS Code": "Bekr\xE4fta SMS-kod", "Confirm TOTP Code": "Bekr\xE4fta TOTP-kod", Confirm: "Bekr\xE4fta", "Confirmation Code": "Verifikationskod", Confirming: "Bekr\xE4ftar", "Create a new account": "Skapa ett nytt konto", "Create Account": "Skapa konto", "Creating Account": "Skapar konto", "Dismiss alert": "Avvisa varning", Email: "E-post", "Enter your code": "Skriv din kod", "Enter your email": "Fyll i din e-post", "Enter your phone number": "Ange ditt telefonnummer", "Enter your username": "Ange ditt anv\xE4ndarnamn", "Forgot your password?": "Gl\xF6mt ditt l\xF6senord? ", "Hide password": "D\xF6lj l\xF6senord", "It may take a minute to arrive": "Det kan ta en minut att komma fram", Loading: "Laddar", "New password": "Nytt l\xF6senord", or: "eller", Password: "L\xF6senord", "Phone Number": "Telefonnummer", "Resend Code": "Skicka koden igen", "Reset your password": "\xC5terst\xE4ll ditt l\xF6senord", "Reset your Password": "\xC5terst\xE4ll ditt l\xF6senord", "Send code": "Skicka kod", "Send Code": "Skicka kod", Sending: "Skickar", "Setup TOTP": "Konfigurera TOTP", "Show password": "Visa l\xF6senord", "Sign in to your account": "Logga in till ditt konto", "Sign In with Amazon": "Logga in med Amazon", "Sign In with Apple": "Logga in med Apple", "Sign In with Facebook": "Logga in med Facebook", "Sign In with Google": "Logga in med Google", "Sign in": "Logga in", "Sign In": "Logga in", "Signing in": "Loggar in", Skip: "Hoppa \xF6ver", Submit: "Skicka", Submitting: "Skickar in", Username: "Anv\xE4ndarnamn", "Verify Contact": "Verifiera kontakt", Verify: "Verifiera", "We Sent A Code": "Vi skickade en kod", "We Texted You": "Vi sms:ade dig", "Your code is on the way. To log in, enter the code we emailed to": "Din kod \xE4r p\xE5 v\xE4g. F\xF6r att logga in, ange koden vi mejlade till", "Your code is on the way. To log in, enter the code we sent you": "Din kod \xE4r p\xE5 v\xE4g. F\xF6r att logga in, ange koden vi skickade till dig", "Your code is on the way. To log in, enter the code we texted to": "Din kod \xE4r p\xE5 v\xE4g. F\xF6r att logga in, ange koden vi sms:ade till", "An account with the given email already exists.": "Det finns redan ett konto med denna e-postadress", "Confirm a Code": "Bekr\xE4fta koden", "Confirm Sign In": "Bekr\xE4fta inloggning", "Create account": "Skapa konto", "Enter your password": "Ange ditt l\xF6senord", "Forgot Password": "Gl\xF6mt l\xF6senordet", "Have an account? ": "Redan registrerad? ", "Incorrect username or password": "Felaktigt anv\xE4ndarnamn eller l\xF6senord", "Invalid password format": "Ogiltigt l\xF6senordsformat", "Invalid phone number format": "Ogiltigt format f\xF6r telefonnummer", "Lost your code? ": "F\xF6rlorat koden? ", "New Password": "Nytt l\xF6senord", "No account? ": "Inget konto? ", "Password attempts exceeded": "Maximalt antal felaktiga inloggningsf\xF6rs\xF6k har uppn\xE5tts", "Reset password": "\xC5terst\xE4ll l\xF6senord", "Sign Out": "Logga ut", "Sign Up": "Registrering", "User already exists": "Anv\xE4ndaren finns redan", "User does not exist": "Anv\xE4ndaren finns inte", "Username cannot be empty": "Anv\xE4ndarnamnet kan inte vara tomt", "We Emailed You": "Vi har skickat e-post till dig" };
|
|
154
|
+
const a$3 = { "Account recovery requires verified contact information": "Pemulihan akun memerlukan informasi kontak terverifikasi", "Back to Sign In": "Kembali ke Masuk", "Change Password": "Ubah kata sandi", Changing: "Mengubah", Code: "Kode", "Confirm Password": "Konfirmasi kata sandi", "Confirm Sign Up": "Konfirmasi Pendaftaran", "Confirm SMS Code": "Konfirmasi Kode SMS", "Confirm TOTP Code": "Konfirmasi Kode TOTP", Confirm: "Konfirmasi", "Confirmation Code": "Kode Konfirmasi", Confirming: "Mengkonfirmasi", "Create a new account": "Buat akun baru", "Create Account": "Buat Akun", "Creating Account": "Membuat Akun", "Dismiss alert": "Hentikan pemberitahuan", Email: "Email", "Enter your code": "Masukkan kode anda", "Enter your email": "Masukkan email anda", "Enter your phone number": "Masukkan nomor telepon anda", "Enter your username": "Masukkan nama akun anda", "Forgot your password?": "Lupa kata sandi? ", "Hide password": "Sembunyikan kata sandi", "It may take a minute to arrive": "Mungkin perlu waktu satu menit untuk tiba", Loading: "Memuat", "New password": "Kata sandi baru", or: "atau", Password: "Kata sandi", "Phone Number": "Nomor telepon", "Resend Code": "Kirim ulang kodenya", "Reset your Password": "Reset Kata Sandi", "Reset your password": "Ubah kata sandi anda", "Send code": "Kirim kode", "Send Code": "Kirim Kode", Sending: "Mengirim", "Setup TOTP": "Siapkan TOTP", "Show password": "Tampilkan kata sandi", "Sign in to your account": "Masuk akun anda", "Sign In with Amazon": "Masuk dengan Amazon", "Sign In with Apple": "Masuk dengan Apple", "Sign In with Facebook": "Masuk dengan Facebook", "Sign In with Google": "Masuk dengan Google", "Sign in": "Masuk", "Sign In": "Masuk", "Signing in": "Memasuki", Skip: "Lewati", Submit: "Ajukan", Submitting: "Mengajukan", Username: "Nama akun", "Verify Contact": "Verifikasi Kontak", Verify: "Verifikasi", "We Sent A Code": "Kami Mengirim Kode", "We Texted You": "Kami mengirim SMS kepada Anda", "Your code is on the way. To log in, enter the code we sent you": "Kode Anda segera hadir. Untuk masuk, masukkan kode yang kami kirimkan kepada Anda", "An account with the given email already exists.": "Akun dengan email tersebut sudah terdaftar.", "Attempt limit exceeded, please try after some time.": "Batas percobaan terlampaui, mohon coba lagi setelah beberapa waktu.", "Cannot reset password for the user as there is no registered/verified email or phone_number": "Tidak dapat mengatur ulang kata sandi karena tidak ada email terdaftar / terverifikasi atau nomor telepon", Change: "Ubah", "Confirm a Code": "Konfirmasi kode", "Create account": "Buat akun", "Enter your password": "Masukkan kata sandi anda", "Forgot Password": "Lupa kata sandi", "Have an account? ": "Sudah punya akun? ", Hello: "Halo", "Incorrect username or password.": "Nama akun atau kata sandi salah.", "Invalid phone number format": "Nomor telepon tidak sesuai dengan format.", "Invalid verification code provided, please try again.": "Kode verifikasi tidak sesuai, mohon coba lagi.", "It may take a minute to arrive.": "Mungkin perlu beberapa waktu untuk tiba.", "Lost your code? ": "Kode anda hilang?", Name: "Nama", "Network error": "Galat jaringan", "No account? ": "Tidak ada akun?", "Password did not conform with policy: Password not long enough": "Kata sandi tidak sesuai dengan aturan: Kata sandi kurang panjang", "Resend a Code": "Renvoyer un code", "Reset password": "Ubah kata sandi anda", Send: "Kirim", "Sign In with AWS": "Masuk dengan AWS", "Sign Up with Amazon": "Daftar dengan Amazon", "Sign Up with AWS": "Daftar dengan AWS", "Sign Up with Facebook": "Daftar dengan Facebook", "Sign Up with Google": "Daftar dengan Google", SMS: "SMS", "User already exists": "Akun sudah terdaftar", "User does not exist.": "Akun tidak terdaftar.", "User is disabled.": "Akun dinonaktifkan.", "Username cannot be empty": "Nama akun tidak boleh kosong", "Username/client id combination not found.": "Nama akun atau id tidak ditemukan.", "We Emailed You": "Kami mengirimkanmu email", "Your code is on the way. To log in, enter the code we emailed to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami emailkan ke", "Your code is on the way. To log in, enter the code we texted to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami tuliskan ke", "Your passwords must match": "Kata sandi harus sama" };
|
|
155
|
+
const e$5 = { "Account recovery requires verified contact information": "Hesap kurtarma, do\u011Frulanm\u0131\u015F ileti\u015Fim bilgilerini gerektirir", "Back to Sign In": "Oturum A\xE7maya Geri D\xF6n", "Change Password": "\u015Eifreyi De\u011Fi\u015Ftir", Changing: "De\u011Fi\u015Ftiriliyor", Code: "Kod", "Confirm Password": "\u015Eifreyi Do\u011Frula", "Confirm Sign Up": "Kay\u0131t \u0130\u015Flemini Do\u011Frula", "Confirm SMS Code": "SMS Kodunu Do\u011Frula", "Confirm TOTP Code": "Tek Kullan\u0131ml\u0131k \u015Eifreyi Do\u011Frula", Confirm: "Do\u011Frula", "Confirmation Code": "Do\u011Frulama Kodu", Confirming: "Do\u011Frulan\u0131yor", "Create a new account": "Yeni bir hesap olu\u015Ftur", "Create Account": "Hesap Olu\u015Ftur", "Creating Account": "Hesap Olu\u015Fturuluyor", "Dismiss alert": "Uyar\u0131y\u0131 reddet", Email: "E-posta", "Enter your code": "Kodu girin", "Enter your email": "E-posta adresinizi girin", "Enter your phone number": "Telefon numaran\u0131z\u0131 girin", "Enter your username": "Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 girin", "Forgot your password?": "\u015Eifrenizi mi unuttunuz?", "Hide password": "\u015Eifreyi gizle", "It may take a minute to arrive": "Kodun gelmesi bir dakika s\xFCrebilir", Loading: "Y\xFCkleniyor", "New password": "Yeni \u015Fifre", or: "veya", Password: "\u015Eifre", "Phone Number": "Telefon Numaras\u0131", "Resend Code": "Kodu Yeniden G\xF6nder", "Reset your password": "\u015Eifrenizi s\u0131f\u0131rlay\u0131n", "Reset your Password": "\u015Eifrenizi S\u0131f\u0131rlay\u0131n", "Send code": "Kod g\xF6nder", "Send Code": "Kod G\xF6nder", Sending: "G\xF6nderiliyor", "Setup TOTP": "Tek kullan\u0131ml\u0131k \u015Fifre kurulumu yap", "Show password": "\u015Eifreyi g\xF6ster", "Sign in to your account": "Hesab\u0131n\u0131zda oturum a\xE7\u0131n", "Sign In with Amazon": "Amazon ile Oturum A\xE7", "Sign In with Apple": "Apple ile Oturum A\xE7", "Sign In with Facebook": "Facebook ile Oturum A\xE7", "Sign In with Google": "Google ile Oturum A\xE7", "Sign in": "Oturum a\xE7", "Sign In": "Oturum A\xE7", "Signing in": "Oturum a\xE7\u0131l\u0131yor", Skip: "Atla", Submit: "G\xF6nder", Submitting: "G\xF6nderiliyor", Username: "Kullan\u0131c\u0131 ad\u0131", "Verify Contact": "Ki\u015Fiyi Do\u011Frula", Verify: "Do\u011Frula", "We Emailed You": "Size E-posta G\xF6nderdik", "We Sent A Code": "Bir Kod G\xF6nderdik", "We Texted You": "Size Mesaj G\xF6nderdik", "Your code is on the way. To log in, enter the code we emailed to": "Kodunuz yolda. Oturum a\xE7mak i\xE7in, g\xF6nderdi\u011Fimiz e-postadaki kodu girin", "Your code is on the way. To log in, enter the code we sent you": "Kodunuz yolda. Oturum a\xE7mak i\xE7in, size g\xF6nderdi\u011Fimiz kodu girin", "Your code is on the way. To log in, enter the code we texted to": "Kodunuz yolda. Oturum a\xE7mak i\xE7in, g\xF6nderdi\u011Fimiz mesajdaki kodu girin", "An account with the given email already exists.": "Bu e-postaya ait zaten bir hesap var.", "Confirm Sign In": "Oturum A\xE7may\u0131 Do\u011Frula", "Have an account? ": "Hesab\u0131n\u0131z var m\u0131? ", "Incorrect username or password": "Yanl\u0131\u015F kullan\u0131c\u0131 ad\u0131 ya da \u015Fifre", "Invalid password format": "Ge\xE7ersiz parola format\u0131", "Invalid phone number format": "Ge\xE7ersiz telefon numaras\u0131 format\u0131", "Lost your code? ": "Kodu mu kaybettiniz? ", "No account? ": "Hesab\u0131n\u0131z yok mu? ", "Password attempts exceeded": "Maksimum oturum a\xE7ma giri\u015Fimi a\u015F\u0131ld\u0131", "Sign Out": "\xC7\u0131k\u0131\u015F yap", "Sign Up": "Kay\u0131t Ol", "User already exists": "Bu kullan\u0131c\u0131 zaten var", "User does not exist": "B\xF6yle bir kullan\u0131c\u0131 mevcut de\u011Fil", "Username cannot be empty": "Kullan\u0131c\u0131 ad\u0131 bo\u015F olamaz" };
|
|
156
|
+
const e$4 = { "Account recovery requires verified contact information": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438", "Back to Sign In": "\u041D\u0430\u0437\u0430\u0434, \u0447\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438", "Change Password": "\u0438\u0437\u043C\u0435\u043D\u044F\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", Changing: "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435", Code: "\u041A\u043E\u0434", "Confirm Password": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043F\u0430\u0440\u043E\u043B\u044F", "Confirm Sign Up": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F", "Confirm SMS Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 CMC-\u041A\u043E\u0434", "Confirm TOTP Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 TOTP-\u041A\u043E\u0434", Confirm: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044C", "Confirmation Code": "\u043A\u043E\u0434 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F", Confirming: "\u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435", "Create a new account": "\u0421\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Create Account": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Creating Account": "\u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C", "Dismiss alert": "\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u0435", Email: "\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Enter your code": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u041A\u043E\u0434", "Enter your email": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Enter your phone number": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Enter your username": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "Forgot your password?": "\u0417\u0430\u0431\u044B\u043B\u0438 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C?", "Hide password": "\u0421\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "It may take a minute to arrive": "\u0414\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043C\u043E\u0436\u0435\u0442 \u0437\u0430\u043D\u044F\u0442\u044C \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u0432\u0440\u0435\u043C\u044F", Loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", "New password": "\u041D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", or: "\u0438\u043B\u0438", Password: "\u041F\u0430\u0440\u043E\u043B\u044C", "Phone Number": "\u041D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Resend Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u044C \u0435\u0449\u0435 \u0440\u0430\u0437 \u041A\u043E\u0434", "Reset your password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C", "Reset your Password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u041F\u0430\u0440\u043E\u043B\u044C", "Send code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", "Send Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", Sending: "\u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0430", "Setup TOTP": "\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C TOTP", "Show password": "\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "Sign in to your account": "\u0437\u043D\u0430\u043A \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442", "Sign In with Amazon": "\u0437\u043D\u0430\u043A \u0432 \u0441 Amazon", "Sign In with Apple": "\u0437\u043D\u0430\u043A \u0432 \u0441 Apple", "Sign In with Facebook": "\u0437\u043D\u0430\u043A \u0432 \u0441 Facebook", "Sign In with Google": "\u0437\u043D\u0430\u043A \u0432 \u0441 Google", "Sign in": "\u0437\u043D\u0430\u043A \u0432", "Sign In": "\u0437\u043D\u0430\u043A \u0432", "Signing in": "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u0432", Skip: "\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C", Submit: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u044F\u0442\u044C \u043D\u0430 \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u0435", Submitting: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0432", Username: "\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "Verify Contact": "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043A\u043E\u043D\u0442\u0430\u043A\u0442", Verify: "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C", "We Emailed You": "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E", "We Sent A Code": "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043A\u043E\u0434", "We Texted You": "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435", "Your code is on the way. To log in, enter the code we emailed to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0434, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043F\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435", "Your code is on the way. To log in, enter the code we sent you": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0434, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043C\u044B \u043F\u043E\u0441\u043B\u0430\u043B\u0438 \u0432\u0430\u043C", "Your code is on the way. To log in, enter the code we texted to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0434, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u043C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435\u043C" };
|
|
157
|
+
const n$4 = { "Account recovery requires verified contact information": "\u05E9\u05D7\u05D6\u05D5\u05E8 \u05DC\u05E7\u05D5\u05D7 \u05D3\u05D5\u05E8\u05E9 \u05E2\u05D5\u05D3 \u05DE\u05D9\u05D3\u05E2", "Back to Sign In": "\u05D7\u05D6\u05D5\u05E8 \u05DC\u05D4\u05E8\u05E9\u05DE\u05D4", "Change Password": "\u05E2\u05D3\u05DB\u05D5\u05DF \u05E1\u05D9\u05E1\u05DE\u05D0", Changing: "\u05DE\u05E2\u05D3\u05DB\u05DF", Code: "\u05E7\u05D5\u05D3", "Confirm Password": "\u05D0\u05E9\u05E8 \u05E1\u05D9\u05E1\u05DE\u05D0", "Confirm Sign Up": "\u05D0\u05E9\u05E8 \u05D4\u05E8\u05E9\u05DE\u05D4", "Confirm SMS Code": "\u05D0\u05E9\u05E8 sms \u05E7\u05D5\u05D3", "Confirm TOTP Code": "\u05D0\u05E9\u05E8 totp \u05E7\u05D5\u05D3", Confirm: "\u05D0\u05D9\u05E9\u05D5\u05E8", "Confirmation Code": "\u05D0\u05D9\u05E9\u05D5\u05E8 \u05E7\u05D5\u05D3", Confirming: "\u05DE\u05D0\u05E9\u05E8", "Create a new account": "\u05E6\u05D5\u05E8 \u05DE\u05E9\u05EA\u05DE\u05E9 \u05D7\u05D3\u05E9", "Create Account": "\u05E6\u05D5\u05E8 \u05DE\u05E9\u05EA\u05DE\u05E9", "Creating Account": "\u05D9\u05E6\u05D9\u05E8\u05EA \u05DE\u05E9\u05EA\u05DE\u05E9", "Dismiss alert": "\u05D4\u05E1\u05E8 \u05D4\u05EA\u05E8\u05D0\u05D4", Email: "\u05D0\u05D9\u05DE\u05D9\u05D9\u05DC", "Enter your code": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05D4\u05E7\u05D5\u05D3", "Enter your email": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05D4\u05DE\u05D9\u05D9\u05DC \u05E9\u05DC\u05DA", "Enter your phone number": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05DE\u05E1\u05E4\u05E8 \u05D4\u05D8\u05DC\u05E4\u05D5\u05DF \u05E9\u05DC\u05DA", "Enter your username": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05E9\u05DD \u05D4\u05DE\u05EA\u05DE\u05E9 \u05E9\u05DC\u05DA", "Forgot your password?": "\u05E9\u05D7\u05DB\u05EA \u05E1\u05D9\u05E1\u05DE\u05D0 ?", "Hide password": "\u05D4\u05E1\u05EA\u05E8 \u05E1\u05D9\u05E1\u05DE\u05D0", Loading: "\u05D8\u05D5\u05E2\u05DF", "New password": "\u05E1\u05D9\u05E1\u05DE\u05D0 \u05D7\u05D3\u05E9\u05D4", or: "\u05D0\u05D5\u05B9", Password: "\u05E1\u05D9\u05E1\u05DE\u05D0", "Phone Number": "\u05DE\u05E1\u05E4\u05E8 \u05D8\u05DC\u05E4\u05D5\u05DF", "Resend Code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3 \u05E9\u05D5\u05D1", "Reset your password": "\u05D0\u05E4\u05E1 \u05E1\u05D9\u05E1\u05DE\u05D0", "Reset your Password": "\u05D0\u05E4\u05E1 \u05E1\u05D9\u05E1\u05DE\u05D0", "Send code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3", "Send Code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3", Sending: "\u05E9\u05D5\u05DC\u05D7", "Setup TOTP": "Setup TOTP", "Show password": "\u05D4\u05E6\u05D2 \u05E1\u05D9\u05E1\u05DE\u05D0", "Sign in to your account": "\u05D4\u05EA\u05D7\u05D1\u05E8 \u05DC\u05D7\u05E9\u05D1\u05D5\u05DF \u05E9\u05DC\u05DA", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in": "\u05D4\u05EA\u05D7\u05D1\u05E8", "Sign In": "\u05D4\u05EA\u05D7\u05D1\u05E8", "Signing in": "\u05DE\u05EA\u05D7\u05D1\u05E8", Skip: "\u05D3\u05DC\u05D2", Submit: "\u05E9\u05DC\u05D7", Submitting: "\u05E9\u05D5\u05DC\u05D7", Username: "\u05E9\u05DD \u05DE\u05E9\u05EA\u05DE\u05E9", "Verify Contact": "\u05D0\u05DE\u05EA \u05D0\u05D9\u05E9 \u05E7\u05E9\u05E8", Verify: "\u05D0\u05DE\u05EA" };
|
|
158
|
+
const e$3 = { "Account recovery requires verified contact information": "\u0412\u0456\u0434\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u043E\u0431\u043B\u0456\u043A\u043E\u0432\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0441\u0443 \u043F\u043E\u0442\u0440\u0435\u0431\u0443\u0454 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457", "Back to Sign In": "\u041D\u0430\u0437\u0430\u0434 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u0432\u0445\u043E\u0434\u0443", "Change Password": "\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", Changing: "\u0417\u043C\u0456\u043D\u044E\u0454\u043C\u043E", Code: "\u041A\u043E\u0434", "Confirm Password": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "Confirm Sign Up": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044E", "Confirm SMS Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C SMS \u043A\u043E\u0434", "Confirm TOTP Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C TOTP \u043A\u043E\u0434", Confirm: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", "Confirmation Code": "\u041A\u043E\u0434 \u043F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u043D\u044F", Confirming: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0454\u043C\u043E", "Create a new account": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "Create Account": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "Creating Account": "\u0420\u0435\u0454\u0441\u0442\u0440\u0443\u0454\u043C\u043E", "Dismiss alert": "\u0412\u0456\u0434\u0445\u0438\u043B\u0438\u0442\u0438 \u0441\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u043D\u044F", Email: "Email", "Enter your code": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434", "Enter your email": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448 email", "Enter your phone number": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Enter your username": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448\u0435 \u0456\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", "Forgot password?": "\u0417\u0430\u0431\u0443\u043B\u0438 \u043F\u0430\u0440\u043E\u043B\u044C?", "Forgot your password?": "\u0417\u0430\u0431\u0443\u043B\u0438 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C?", "Hide password": "\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "It may take a minute to arrive": "\u0414\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043C\u043E\u0436\u0435 \u0442\u0440\u0438\u0432\u0430\u0442\u0438 \u0445\u0432\u0438\u043B\u0438\u043D\u0443", Loading: "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0454\u043C\u043E", "New password": "\u041D\u043E\u0432\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", or: "\u0430\u0431\u043E", Password: "\u041F\u0430\u0440\u043E\u043B\u044C", "Phone Number": "\u041D\u043E\u043C\u0435\u0440 \u0422\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Resend Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E", "Reset your password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Reset your Password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Send code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434", "Send Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434", Sending: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u043B\u044F\u0454\u043C\u043E", "Setup TOTP": "\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 TOTP", "Show password": "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Sign in to your account": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0443 \u0432\u0430\u0448 \u043E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441", "Sign In with Amazon": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Amazon", "Sign In with Apple": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Apple", "Sign In with Facebook": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Facebook", "Sign In with Google": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Google", "Sign in": "\u0423\u0432\u0456\u0439\u0442\u0438", "Sign In": "\u0423\u0432\u0456\u0439\u0442\u0438", "Signing in": "\u0412\u0445\u043E\u0434\u0438\u043C\u043E", Skip: "\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438", Submit: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438", Submitting: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u043B\u044F\u0454\u043C\u043E", Username: "\u0406\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", "Verify Contact": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u041A\u043E\u043D\u0442\u0430\u043A\u0442", Verify: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", "We Emailed You": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C Email", "We Sent A Code": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043A\u043E\u0434", "We Texted You": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0435 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F", "Your code is on the way. To log in, enter the code we emailed to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u043D\u0430 Email", "Your code is on the way. To log in, enter the code we sent you": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0430\u043C \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438", "Your code is on the way. To log in, enter the code we texted to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0438\u043C \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F\u043C", "An account with the given email already exists.": "\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u0437 \u0446\u0438\u043C Email \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454.", "Confirm a Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u043A\u043E\u0434", "Confirm Sign In": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0432\u0445\u0456\u0434", "Forgot Password": "\u0417\u0430\u0431\u0443\u043B\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Incorrect username or password.": "\u041D\u0435\u0432\u0456\u0440\u043D\u0435 \u0456\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043E \u043F\u0430\u0440\u043E\u043B\u044C", "Invalid password format": "\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043F\u0430\u0440\u043E\u043B\u044E", "Invalid phone number format": "\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043D\u043E\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Loading...": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0454\u043C\u043E...", "New Password": "\u041D\u043E\u0432\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", "Resend a Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E", "Reset Password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Sign Out": "\u0412\u0438\u0439\u0442\u0438", "Sign Up with Amazon": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Amazon", "Sign Up with Apple": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Apple", "Sign Up with Facebook": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Facebook", "Sign Up with Google": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Google", "Sign Up": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "User already exists": "\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454", "User does not exist": "\u0422\u0430\u043A\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u043D\u0435 \u0456\u0441\u043D\u0443\u0454", "Username cannot be empty": "\u0406\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u0443\u0441\u0442\u0438\u043C", "Your passwords must match": "\u041F\u0430\u0440\u043E\u043B\u0456 \u043C\u0430\u044E\u0442\u044C \u0437\u0431\u0456\u0433\u0430\u0442\u0438\u0441\u044F" };
|
|
159
|
+
const e$2 = { BACK_SIGN_IN: "Back to Sign In", BIRTHDATE: "Birthdate", CHANGE_PASSWORD: "Change Password", CHANGING_PASSWORD: "Changing", CODE: "Code", CODE_ARRIVAL: "It may take a minute to arrive", CODE_EMAILED: "Your code is on the way. To log in, enter the code we emailed to", CODE_SENT: "Your code is on the way. To log in, enter the code we sent you", CODE_TEXTED: "Your code is on the way. To log in, enter the code we texted to", CONFIRM_PASSWORD: "Confirm Password", CONFIRM_RESET_PASSWORD_HEADING: "Reset your Password", CONFIRM_SIGNUP_HEADING: "Confirm Sign Up", CONFIRM_SMS: "Confirm SMS Code", CONFIRM_TOTP: "Confirm TOTP Code", CONFIRM: "Confirm", CONFIRMATION_CODE: "Confirmation Code", CONFIRMING: "Confirming", CREATE_ACCOUNT: "Create Account", CREATING_ACCOUNT: "Creating Account", EMAIL_ADDRESS: "Email", ENTER_CODE: "Enter your code", ENTER_USERNAME: "Enter your username", FAMILY_NAME: "Family Name", GIVEN_NAME: "Given Name", FORGOT_PASSWORD: "Forgot Password?", FORGOT_YOUR_PASSWORD: "Forgot your password?", HIDE_PASSWORD: "Hide password", LOADING: "Loading", LOGIN_NAME: "Username", MIDDLE_NAME: "Middle Name", NAME: "Name", NICKNAME: "Nickname", NEW_PASSWORD: "New password", OR: "or", PASSWORD: "Password", PHONE_NUMBER: "Phone Number", PREFERRED_USERNAME: "Preferred Username", PROFILE: "Profile", RESEND_CODE: "Resend Code", RESET_PASSWORD_HEADING: "Reset your password", RESET_PASSWORD: "Reset Password", SEND_CODE: "Send code", SENDING: "Sending", SETUP_TOTP: "Setup TOTP", SHOW_PASSWORD: "Show password", SIGN_IN_BUTTON: "Sign in", SIGN_IN_TAB: "Sign In", SIGN_IN_WITH_AMAZON: "Sign In with Amazon", SIGN_IN_WITH_APPLE: "Sign In with Apple", SIGN_IN_WITH_FACEBOOK: "Sign In with Facebook", SIGN_IN_WITH_GOOGLE: "Sign In with Google", SIGN_IN: "Sign in to your account", SIGN_UP_BUTTON: "Create a new account", SIGNING_IN_BUTTON: "Signing in", SKIP: "Skip", SUBMIT: "Submit", SUBMITTING: "Submitting", UPPERCASE_COPY: "COPY", VERIFY_CONTACT: "Verify Contact", VERIFY_HEADING: "Account recovery requires verified contact information", VERIFY: "Verify", WE_EMAILED: "We Emailed You", WE_SENT_CODE: "We Sent A Code", WE_TEXTED: "We Texted You", WEBSITE: "Website" };
|
|
160
|
+
const D$1 = Object.assign({}, e$e), d$2 = Object.assign({}, e$d), l$2 = Object.assign({}, e$c), x = Object.assign({}, e$b), k$2 = Object.assign({}, o$7), v$2 = Object.assign({}, e$a), z = Object.assign({}, e$9), T$1 = Object.assign({}, e$8), q$1 = Object.assign({}, o$6), w$2 = Object.assign({}, o$5), y$2 = Object.assign({}, e$7), A$1 = Object.assign({}, e$6), B = Object.assign({}, a$3), C$1 = Object.assign({}, e$5), E$1 = Object.assign({}, e$4), F$1 = Object.assign({}, n$4), G = Object.assign({}, e$3), H = Object.assign({}, e$2);
|
|
161
|
+
const b$2 = Object.assign({}, H);
|
|
162
|
+
function k$1(r2) {
|
|
163
|
+
return I18n.get(r2);
|
|
164
|
+
}
|
|
165
|
+
const w$1 = { de: D$1, en: d$2, es: l$2, fr: x, id: B, it: k$2, ja: v$2, kr: z, nl: T$1, pl: q$1, pt: w$2, zh: y$2, sv: A$1, tr: C$1, ru: E$1, he: F$1, ua: G };
|
|
166
|
+
const r$3 = { birthdate: { label: "Birthdate", placeholder: "Enter your Birthdate", type: "date", autocomplete: "bday", isRequired: true }, confirmation_code: { label: "Confirmation Code", placeholder: "Enter your Confirmation Code", type: "number", autocomplete: "one-time-code", isRequired: true }, confirm_password: { label: "Confirm Password", placeholder: "Please confirm your Password", type: "password", autocomplete: "new-password", isRequired: true }, email: { label: "Email", placeholder: "Enter your Email", type: "email", autocomplete: "username", isRequired: true }, family_name: { label: "Family Name", placeholder: "Enter your Family Name", type: "text", autocomplete: "family-name", isRequired: true }, given_name: { label: "Given Name", placeholder: "Enter your Given Name", type: "text", autocomplete: "given-name", isRequired: true }, middle_name: { label: "Middle Name", placeholder: "Enter your Middle Name", type: "text", autocomplete: "additional-name", isRequired: true }, name: { label: "Name", placeholder: "Enter your Name", type: "text", autocomplete: "name", isRequired: true }, nickname: { label: "Nickname", placeholder: "Enter your Nickname", type: "text", autocomplete: "tel", isRequired: true }, password: { label: "Password", placeholder: "Enter your Password", type: "password", autocomplete: "new-password", isRequired: true }, phone_number: { label: "Phone Number", placeholder: "Enter your Phone Number", type: "tel", autocomplete: "tel", dialCode: "+1", dialCodeList: o$8, isRequired: true }, preferred_username: { label: "Preferred Username", placeholder: "Enter your Preferred Username", type: "text", isRequired: true }, profile: { label: "Profile", placeholder: "Add your Profile", type: "url", autocomplete: "url", isRequired: true }, website: { label: "Website", placeholder: "Add your Website", type: "url", autocomplete: "url", isRequired: true }, username: { label: "Username", placeholder: "Enter your Username", type: "text", autocomplete: "username", isRequired: true } }, a$2 = ["^", "$", "*", ".", "[", "]", "{", "}", "(", ")", "?", '"', "!", "@", "#", "%", "&", "/", "\\", ",", ">", "<", "'", ":", ";", "|", "_", "~", "`", "=", "+", "-", " "];
|
|
167
|
+
const t = (r2) => {
|
|
168
|
+
const t2 = new FormData(r2.target);
|
|
169
|
+
return Object.fromEntries(t2);
|
|
170
|
+
}, o$4 = (t2) => r$5.includes(t2), s$3 = (r2) => {
|
|
171
|
+
return r2 ? (t2 = r2, Array.isArray(t2) ? r2 : [r2]) : null;
|
|
172
|
+
var t2;
|
|
84
173
|
};
|
|
85
174
|
function __rest$2(s2, e2) {
|
|
86
175
|
var t2 = {};
|
|
@@ -121,200 +210,6 @@ function __awaiter(thisArg, _arguments, P2, generator) {
|
|
|
121
210
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
122
211
|
});
|
|
123
212
|
}
|
|
124
|
-
function __generator(thisArg, body) {
|
|
125
|
-
var _2 = { label: 0, sent: function() {
|
|
126
|
-
if (t2[0] & 1)
|
|
127
|
-
throw t2[1];
|
|
128
|
-
return t2[1];
|
|
129
|
-
}, trys: [], ops: [] }, f2, y2, t2, g2;
|
|
130
|
-
return g2 = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g2[Symbol.iterator] = function() {
|
|
131
|
-
return this;
|
|
132
|
-
}), g2;
|
|
133
|
-
function verb(n2) {
|
|
134
|
-
return function(v2) {
|
|
135
|
-
return step([n2, v2]);
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
function step(op) {
|
|
139
|
-
if (f2)
|
|
140
|
-
throw new TypeError("Generator is already executing.");
|
|
141
|
-
while (g2 && (g2 = 0, op[0] && (_2 = 0)), _2)
|
|
142
|
-
try {
|
|
143
|
-
if (f2 = 1, y2 && (t2 = op[0] & 2 ? y2["return"] : op[0] ? y2["throw"] || ((t2 = y2["return"]) && t2.call(y2), 0) : y2.next) && !(t2 = t2.call(y2, op[1])).done)
|
|
144
|
-
return t2;
|
|
145
|
-
if (y2 = 0, t2)
|
|
146
|
-
op = [op[0] & 2, t2.value];
|
|
147
|
-
switch (op[0]) {
|
|
148
|
-
case 0:
|
|
149
|
-
case 1:
|
|
150
|
-
t2 = op;
|
|
151
|
-
break;
|
|
152
|
-
case 4:
|
|
153
|
-
_2.label++;
|
|
154
|
-
return { value: op[1], done: false };
|
|
155
|
-
case 5:
|
|
156
|
-
_2.label++;
|
|
157
|
-
y2 = op[1];
|
|
158
|
-
op = [0];
|
|
159
|
-
continue;
|
|
160
|
-
case 7:
|
|
161
|
-
op = _2.ops.pop();
|
|
162
|
-
_2.trys.pop();
|
|
163
|
-
continue;
|
|
164
|
-
default:
|
|
165
|
-
if (!(t2 = _2.trys, t2 = t2.length > 0 && t2[t2.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
166
|
-
_2 = 0;
|
|
167
|
-
continue;
|
|
168
|
-
}
|
|
169
|
-
if (op[0] === 3 && (!t2 || op[1] > t2[0] && op[1] < t2[3])) {
|
|
170
|
-
_2.label = op[1];
|
|
171
|
-
break;
|
|
172
|
-
}
|
|
173
|
-
if (op[0] === 6 && _2.label < t2[1]) {
|
|
174
|
-
_2.label = t2[1];
|
|
175
|
-
t2 = op;
|
|
176
|
-
break;
|
|
177
|
-
}
|
|
178
|
-
if (t2 && _2.label < t2[2]) {
|
|
179
|
-
_2.label = t2[2];
|
|
180
|
-
_2.ops.push(op);
|
|
181
|
-
break;
|
|
182
|
-
}
|
|
183
|
-
if (t2[2])
|
|
184
|
-
_2.ops.pop();
|
|
185
|
-
_2.trys.pop();
|
|
186
|
-
continue;
|
|
187
|
-
}
|
|
188
|
-
op = body.call(thisArg, _2);
|
|
189
|
-
} catch (e2) {
|
|
190
|
-
op = [6, e2];
|
|
191
|
-
y2 = 0;
|
|
192
|
-
} finally {
|
|
193
|
-
f2 = t2 = 0;
|
|
194
|
-
}
|
|
195
|
-
if (op[0] & 5)
|
|
196
|
-
throw op[1];
|
|
197
|
-
return { value: op[0] ? op[1] : void 0, done: true };
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
function __spreadArray$1(to, from, pack) {
|
|
201
|
-
if (pack || arguments.length === 2)
|
|
202
|
-
for (var i2 = 0, l2 = from.length, ar; i2 < l2; i2++) {
|
|
203
|
-
if (ar || !(i2 in from)) {
|
|
204
|
-
if (!ar)
|
|
205
|
-
ar = Array.prototype.slice.call(from, 0, i2);
|
|
206
|
-
ar[i2] = from[i2];
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
210
|
-
}
|
|
211
|
-
var n$8 = ["birthdate", "email", "family_name", "given_name", "middle_name", "name", "nickname", "phone_number", "preferred_username", "profile", "website"], a$3 = ["username", "email", "phone_number"], i$5 = __spreadArray$1(__spreadArray$1(__spreadArray$1([], a$3, true), n$8, true), ["confirmation_code", "password", "confirm_password"], false), m$3 = function(e2) {
|
|
212
|
-
return i$5.includes(e2);
|
|
213
|
-
};
|
|
214
|
-
var e$f;
|
|
215
|
-
!function(e2) {
|
|
216
|
-
e2.Alert = "amplify-alert", e2.AlertIcon = "amplify-alert__icon", e2.AlertHeading = "amplify-alert__heading", e2.AlertBody = "amplify-alert__body", e2.AlertDismiss = "amplify-alert__dismiss", e2.Autocomplete = "amplify-autocomplete", e2.AutocompleteMenu = "amplify-autocomplete__menu", e2.AutocompleteMenuEmpty = "amplify-autocomplete__menu--empty", e2.AutocompleteMenuFooter = "amplify-autocomplete__menu__footer", e2.AutocompleteMenuHeader = "amplify-autocomplete__menu__header", e2.AutocompleteMenuLoading = "amplify-autocomplete__menu--loading", e2.AutocompleteMenuOption = "amplify-autocomplete__menu__option", e2.AutocompleteMenuOptions = "amplify-autocomplete__menu__options", e2.Badge = "amplify-badge", e2.Button = "amplify-button", e2.ButtonGroup = "amplify-buttongroup", e2.ButtonLoaderWrapper = "amplify-button__loader-wrapper", e2.Card = "amplify-card", e2.Checkbox = "amplify-checkbox", e2.CheckboxButton = "amplify-checkbox__button", e2.CheckboxIcon = "amplify-checkbox__icon", e2.CheckboxInput = "amplify-checkbox__input", e2.CheckboxLabel = "amplify-checkbox__label", e2.CheckboxField = "amplify-checkboxfield", e2.Collection = "amplify-collection", e2.CollectionItems = "amplify-collection-items", e2.CollectionSearch = "amplify-collection-search", e2.CollectionPagination = "amplify-collection-pagination", e2.CountryCodeSelect = "amplify-countrycodeselect", e2.DialCodeSelect = "amplify-dialcodeselect", e2.Divider = "amplify-divider", e2.DividerLabel = "amplify-divider--label", e2.Expander = "amplify-expander", e2.ExpanderContent = "amplify-expander__content", e2.ExpanderContentText = "amplify-expander__content__text", e2.ExpanderHeader = "amplify-expander__header", e2.ExpanderIcon = "amplify-expander__icon", e2.ExpanderItem = "amplify-expander__item", e2.ExpanderTrigger = "amplify-expander__trigger", e2.Field = "amplify-field", e2.FieldDescription = "amplify-field__description", e2.FieldErrorMessage = "amplify-field__error-message", e2.FieldGroup = "amplify-field-group", e2.FieldGroupControl = "amplify-field-group__control", e2.FieldGroupOuterEnd = "amplify-field-group__outer-end", e2.FieldGroupOuterStart = "amplify-field-group__outer-start", e2.FieldGroupInnerEnd = "amplify-field-group__inner-end", e2.FieldGroupInnerStart = "amplify-field-group__inner-start", e2.FieldGroupIcon = "amplify-field-group__icon", e2.FieldGroupIconButton = "amplify-field-group__icon-button", e2.FieldGroupHasInnerEnd = "amplify-field-group--has-inner-end", e2.FieldGroupHasInnerStart = "amplify-field-group--has-inner-start", e2.FieldShowPassword = "amplify-field__show-password", e2.FieldGroupFieldWrapper = "amplify-field-group__field-wrapper", e2.FileUploaderDropZone = "amplify-fileuploader__dropzone", e2.FileUploaderDropZoneIcon = "amplify-fileuploader__dropzone__icon", e2.FileUploaderDropZoneText = "amplify-fileuploader__dropzone__text", e2.FileUploaderDropZoneButton = "amplify-fileuploader__dropzone__button", e2.FileUploaderFile = "amplify-fileuploader__file", e2.FileUploaderFileWrapper = "amplify-fileuploader__file__wrapper", e2.FileUploaderFileName = "amplify-fileuploader__file__name", e2.FileUploaderFileSize = "amplify-fileuploader__file__size", e2.FileUploaderFileInfo = "amplify-fileuploader__file__info", e2.FileUploaderFileImage = "amplify-fileuploader__file__image", e2.FileUploaderFileMain = "amplify-fileuploader__file__main", e2.FileUploaderFileStatus = "amplify-fileuploader__file__status", e2.FileUploaderLoader = "amplify-fileuploader__loader", e2.FileUploaderPreviewer = "amplify-fileuploader__previewer", e2.FileUploaderPreviewerText = "amplify-fileuploader__previewer__text", e2.FileUploaderPreviewerBody = "amplify-fileuploader__previewer__body", e2.FileUploaderPreviewerFooter = "amplify-fileuploader__previewer__footer", e2.FileUploaderPreviewerFooterActions = "amplify-fileuploader__previewer__footer__actions", e2.Flex = "amplify-flex", e2.Grid = "amplify-grid", e2.Heading = "amplify-heading", e2.HighlightMatch = "amplify-highlightmatch", e2.HighlightMatchHighlighted = "amplify-highlightmatch__highlighted", e2.Icon = "amplify-icon", e2.Image = "amplify-image", e2.Input = "amplify-input", e2.Label = "amplify-label", e2.Link = "amplify-link", e2.Loader = "amplify-loader", e2.LoaderDeterminate = "amplify-loader--determinate", e2.LoaderPercentageText = "amplify-loader__percentage-text", e2.MenuContent = "amplify-menu-content", e2.MenuContentWrapper = "amplify-menu-content-wrapper", e2.MenuItem = "amplify-menu-content__item", e2.MenuTrigger = "amplify-menu-trigger", e2.Pagination = "amplify-pagination", e2.PaginationItemButton = "amplify-pagination__item-button", e2.PaginationItemCurrent = "amplify-pagination__item-current", e2.PaginationItemEllipsis = "amplify-pagination__item-ellipsis", e2.PasswordField = "amplify-passwordfield", e2.PhoneNumberField = "amplify-phonenumberfield", e2.Placeholder = "amplify-placeholder", e2.Radio = "amplify-radio", e2.RadioButton = "amplify-radio__button", e2.RadioInput = "amplify-radio__input", e2.RadioLabel = "amplify-radio__label", e2.RadioGroupField = "amplify-radiogroupfield", e2.RadioGroup = "amplify-radiogroup", e2.Rating = "amplify-rating", e2.ScrollView = "amplify-scrollview", e2.SearchField = "amplify-searchfield", e2.SearchFieldClear = "amplify-searchfield__clear", e2.SearchFieldSearch = "amplify-searchfield__search", e2.Select = "amplify-select", e2.SelectField = "amplify-selectfield", e2.SelectWrapper = "amplify-select__wrapper", e2.SelectIconWrapper = "amplify-select__icon-wrapper", e2.SliderField = "amplify-sliderfield", e2.SliderFieldGroup = "amplify-sliderfield__group", e2.SliderFieldLabel = "amplify-sliderfield__label", e2.SliderFieldRange = "amplify-sliderfield__range", e2.SliderFieldRoot = "amplify-sliderfield__root", e2.SliderFieldThumb = "amplify-sliderfield__thumb", e2.SliderFieldTrack = "amplify-sliderfield__track", e2.StepperField = "amplify-stepperfield", e2.StepperFieldButtonDecrease = "amplify-stepperfield__button--decrease", e2.StepperFieldButtonIncrease = "amplify-stepperfield__button--increase", e2.StepperFieldInput = "amplify-stepperfield__input", e2.SwitchField = "amplify-switchfield", e2.SwitchLabel = "amplify-switch-label", e2.SwitchThumb = "amplify-switch-thumb", e2.SwitchTrack = "amplify-switch-track", e2.SwitchWrapper = "amplify-switch__wrapper", e2.Table = "amplify-table", e2.TableCaption = "amplify-table__caption", e2.TableBody = "amplify-table__body", e2.TableTd = "amplify-table__td", e2.TableTh = "amplify-table__th", e2.TableFoot = "amplify-table__foot", e2.TableHead = "amplify-table__head", e2.TableRow = "amplify-table__row", e2.Tabs = "amplify-tabs", e2.TabItems = "amplify-tabs-item", e2.Text = "amplify-text", e2.Textarea = "amplify-textarea", e2.TextAreaField = "amplify-textareafield", e2.TextField = "amplify-textfield", e2.ToggleButton = "amplify-togglebutton", e2.ToggleButtonGroup = "amplify-togglebuttongroup", e2.VisuallyHidden = "amplify-visually-hidden";
|
|
217
|
-
}(e$f || (e$f = {}));
|
|
218
|
-
var n$7 = function(i2) {
|
|
219
|
-
var n2, t2 = null === (n2 = null == i2 ? void 0 : i2.context.config) || void 0 === n2 ? void 0 : n2.loginMechanisms;
|
|
220
|
-
return (null != t2 ? t2 : ["username"])[0];
|
|
221
|
-
};
|
|
222
|
-
var n$6 = function(e2) {
|
|
223
|
-
var t2 = function(t3) {
|
|
224
|
-
return function(r2) {
|
|
225
|
-
return e2({ type: t3, data: r2 });
|
|
226
|
-
};
|
|
227
|
-
};
|
|
228
|
-
return { initializeMachine: t2("INIT"), resendCode: t2("RESEND"), signOut: t2("SIGN_OUT"), submitForm: t2("SUBMIT"), updateForm: t2("CHANGE"), updateBlur: t2("BLUR"), toFederatedSignIn: t2("FEDERATED_SIGN_IN"), toResetPassword: t2("RESET_PASSWORD"), toSignIn: t2("SIGN_IN"), toSignUp: t2("SIGN_UP"), skipVerification: t2("SKIP") };
|
|
229
|
-
}, i$4 = function(e2) {
|
|
230
|
-
var n2, i2, s2, o2, a2, u2 = null !== (n2 = n$9(e2)) && void 0 !== n2 ? n2 : {}, c2 = u2.codeDeliveryDetails, d2 = u2.remoteError, l2 = u2.unverifiedContactMethods, v2 = u2.validationError, m2 = u2.totpSecretCode, h2 = void 0 === m2 ? null : m2, f2 = (null !== (s2 = null === (i2 = e2.context) || void 0 === i2 ? void 0 : i2.config) && void 0 !== s2 ? s2 : {}).socialProviders, g2 = null !== (o2 = null == u2 ? void 0 : u2.user) && void 0 !== o2 ? o2 : null === (a2 = e2.context) || void 0 === a2 ? void 0 : a2.user, p2 = v2 && Object.keys(v2).length > 0, S2 = t$1(e2), I2 = e2.hasTag("pending") || (null == S2 ? void 0 : S2.hasTag("pending")), P2 = function() {
|
|
231
|
-
switch (true) {
|
|
232
|
-
case e2.matches("idle"):
|
|
233
|
-
return "idle";
|
|
234
|
-
case e2.matches("setup"):
|
|
235
|
-
return "setup";
|
|
236
|
-
case e2.matches("signOut"):
|
|
237
|
-
return "signOut";
|
|
238
|
-
case e2.matches("authenticated"):
|
|
239
|
-
return "authenticated";
|
|
240
|
-
case (null == S2 ? void 0 : S2.matches("confirmSignUp")):
|
|
241
|
-
return "confirmSignUp";
|
|
242
|
-
case (null == S2 ? void 0 : S2.matches("confirmSignIn")):
|
|
243
|
-
return "confirmSignIn";
|
|
244
|
-
case (null == S2 ? void 0 : S2.matches("setupTOTP.edit")):
|
|
245
|
-
case (null == S2 ? void 0 : S2.matches("setupTOTP.submit")):
|
|
246
|
-
return "setupTOTP";
|
|
247
|
-
case (null == S2 ? void 0 : S2.matches("signIn")):
|
|
248
|
-
return "signIn";
|
|
249
|
-
case (null == S2 ? void 0 : S2.matches("signUp")):
|
|
250
|
-
return "signUp";
|
|
251
|
-
case (null == S2 ? void 0 : S2.matches("forceNewPassword")):
|
|
252
|
-
return "forceNewPassword";
|
|
253
|
-
case (null == S2 ? void 0 : S2.matches("resetPassword")):
|
|
254
|
-
return "resetPassword";
|
|
255
|
-
case (null == S2 ? void 0 : S2.matches("confirmResetPassword")):
|
|
256
|
-
return "confirmResetPassword";
|
|
257
|
-
case (null == S2 ? void 0 : S2.matches("verifyUser")):
|
|
258
|
-
return "verifyUser";
|
|
259
|
-
case (null == S2 ? void 0 : S2.matches("confirmVerifyUser")):
|
|
260
|
-
return "confirmVerifyUser";
|
|
261
|
-
case (null == S2 ? void 0 : S2.matches("setupTOTP.getTotpSecretCode")):
|
|
262
|
-
case e2.matches("signIn.runActor"):
|
|
263
|
-
return "transition";
|
|
264
|
-
default:
|
|
265
|
-
return console.debug("Cannot infer `route` from Authenticator state:", e2.value), null;
|
|
266
|
-
}
|
|
267
|
-
}(), T2 = function(e3) {
|
|
268
|
-
switch (e3) {
|
|
269
|
-
case "idle":
|
|
270
|
-
case "setup":
|
|
271
|
-
return "configuring";
|
|
272
|
-
case "authenticated":
|
|
273
|
-
return "authenticated";
|
|
274
|
-
default:
|
|
275
|
-
return "unauthenticated";
|
|
276
|
-
}
|
|
277
|
-
}(P2);
|
|
278
|
-
return { authStatus: T2, codeDeliveryDetails: c2, error: d2, hasValidationErrors: p2, isPending: I2, route: P2, socialProviders: f2, totpSecretCode: h2, unverifiedContactMethods: l2, user: g2, validationErrors: v2 };
|
|
279
|
-
}, s$1 = function(t2) {
|
|
280
|
-
var r2 = t2.send, s2 = t2.state, o2 = n$6(r2), a2 = i$4(s2);
|
|
281
|
-
return __assign$2(__assign$2({}, o2), a2);
|
|
282
|
-
};
|
|
283
|
-
var r$2 = ["+1", "+7", "+20", "+27", "+30", "+31", "+32", "+33", "+34", "+36", "+39", "+40", "+41", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+60", "+61", "+62", "+63", "+64", "+65", "+66", "+81", "+82", "+84", "+86", "+90", "+91", "+92", "+93", "+94", "+95", "+98", "+212", "+213", "+216", "+218", "+220", "+221", "+222", "+223", "+224", "+225", "+226", "+227", "+228", "+229", "+230", "+231", "+232", "+233", "+234", "+235", "+236", "+237", "+238", "+239", "+240", "+241", "+242", "+243", "+244", "+245", "+246", "+248", "+249", "+250", "+251", "+252", "+253", "+254", "+255", "+256", "+257", "+258", "+260", "+261", "+262", "+263", "+264", "+265", "+266", "+267", "+268", "+269", "+290", "+291", "+297", "+298", "+299", "+345", "+350", "+351", "+352", "+353", "+354", "+355", "+356", "+357", "+358", "+359", "+370", "+371", "+372", "+373", "+374", "+375", "+376", "+377", "+378", "+379", "+380", "+381", "+382", "+385", "+386", "+387", "+389", "+420", "+421", "+423", "+500", "+501", "+502", "+503", "+504", "+505", "+506", "+507", "+508", "+509", "+537", "+590", "+591", "+593", "+594", "+595", "+596", "+597", "+598", "+599", "+670", "+672", "+673", "+674", "+675", "+676", "+677", "+678", "+679", "+680", "+681", "+682", "+683", "+685", "+686", "+687", "+688", "+689", "+690", "+691", "+692", "+850", "+852", "+853", "+855", "+856", "+872", "+880", "+886", "+960", "+961", "+962", "+963", "+964", "+965", "+966", "+967", "+968", "+970", "+971", "+972", "+973", "+974", "+975", "+976", "+977", "+992", "+993", "+994", "+995", "+996", "+998"];
|
|
284
|
-
var e$e = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", Changing: "\xC4ndern von", Code: "Code", "Confirm Password": "Passwort best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirm SMS Code": "SMS-Code best\xE4tigen", "Confirm TOTP Code": "TOTP-Code best\xE4tigen", Confirm: "Best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", Confirming: "Wird best\xE4tigt", "Create a new account": "Einen neuen Account erstellen", "Create Account": "Account erstellen", "Creating Account": "Account wird erstellt", "Dismiss alert": "Warnung verwerfen", Email: "Email", "Enter your code": "Geben Sie Ihren Code ein", "Enter your email": "Geben Sie Ihre Email ein", "Enter your phone number": "Geben Sie Ihre Telefonnummer ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Forgot your password?": "Passwort vergessen? ", "Hide password": "Passwort verbergen", "It may take a minute to arrive": "Es kann eine Minute dauern, bis er ankommt", Loading: "Wird geladen", "New password": "Neues Passwort", or: "oder", Password: "Passwort", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset your Password": "Zur\xFCcksetzen des Passwort", "Reset your password": "Zur\xFCcksetzen des passwort", "Send code": "Code senden", "Send Code": "Code senden", Sending: "Wird gesendet", "Setup TOTP": "TOTP einrichten", "Show password": "Passwort anzeigen", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign In with Amazon": "Mit Amazon anmelden", "Sign In with Apple": "Mit Apple anmelden", "Sign In with Facebook": "Mit Facebook anmelden", "Sign In with Google": "Mit Google anmelden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Signing in": "Wird angemeldet", Skip: "\xDCberspringen", Submit: "Abschicken", Submitting: "Wird gesendet", Username: "Benutzername", "Verify Contact": "Kontakt verifizieren", Verify: "Verifizieren", "We Sent A Code": "Wir haben einen Code gesendet", "We Texted You": "Wir haben Ihnen eine SMS-Textur", "Your code is on the way. To log in, enter the code we sent you": "Ihr Code ist unterwegs. Um sich anzumelden, geben Sie den Code ein, den wir Ihnen gesendet haben", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Create account": "Hier registrieren", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your Password": "Geben Sie Ihre Passwort ein", "Enter your Email": "Geben Sie Ihre E-Mail", "Sign Up with Facebook": "Mit Facebook registrieren", "Sign Up with Google": "Mit Google registrieren", "Forgot Password": "Passwort vergessen", "Have an account? ": "Schon registriert? ", "Incorrect username or password": "Falscher Benutzername oder falsches Passwort", "Invalid password format": "Ung\xFCltiges Passwort-Format", "Invalid phone number format": "Ung\xFCltiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900", "It may take a minute to arrive.": "Es k\xF6nnte eine Minute dauern, bis der Code eintrifft.", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Reset password": "Passwort zur\xFCcksetzen", "Sign Out": "Abmelden", "Sign Up": "Registrieren", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", "Username cannot be empty": "Benutzername darf nicht leer sein", "We Emailed You": "Email wurde versendet", "Your code is on the way. To log in, enter the code we emailed to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an", "Your code is on the way. To log in, enter the code we texted to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an" };
|
|
285
|
-
var e$d = { "Account recovery requires verified contact information": "Account recovery requires verified contact information", "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", "Confirm Password": "Confirm Password", "Confirm Sign Up": "Confirm Sign Up", "Confirm SMS Code": "Confirm SMS Code", "Confirm TOTP Code": "Confirm TOTP Code", Confirm: "Confirm", "Confirmation Code": "Confirmation Code", Confirming: "Confirming", "Create a new account": "Create a new account", "Create Account": "Create Account", "Creating Account": "Creating Account", "Dismiss alert": "Dismiss alert", Email: "Email", "Enter your code": "Enter your code", "Enter your email": "Enter your email", "Enter your phone number": "Enter your phone number", "Enter your username": "Enter your username", "Forgot password?": "Forgot password?", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", "It may take a minute to arrive": "It may take a minute to arrive", Loading: "Loading", "New password": "New password", or: "or", Password: "Password", "Phone Number": "Phone Number", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "Reset your Password": "Reset your Password", "Send code": "Send code", "Send Code": "Send Code", Sending: "Sending", "Setup TOTP": "Setup TOTP", "Show password": "Show password", "Sign in to your account": "Sign in to your account", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in": "Sign in", "Sign In": "Sign In", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", Username: "Username", "Verify Contact": "Verify Contact", Verify: "Verify", "We Emailed You": "We Emailed You", "We Sent A Code": "We Sent A Code", "We Texted You": "We Texted You", "Your code is on the way. To log in, enter the code we emailed to": "Your code is on the way. To log in, enter the code we emailed to", "Your code is on the way. To log in, enter the code we sent you": "Your code is on the way. To log in, enter the code we sent you", "Your code is on the way. To log in, enter the code we texted to": "Your code is on the way. To log in, enter the code we texted to" };
|
|
286
|
-
var e$c = { "Account recovery requires verified contact information": "La recuperaci\xF3n de la cuenta requiere informaci\xF3n de contacto verificada", "Back to Sign In": "Volver a inicio de sesi\xF3n", "Change Password": "Cambiar contrase\xF1a", Changing: "Cambiando", Code: "C\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign Up": "Confirmar registro", "Confirm SMS Code": "Confirmar el c\xF3digo de SMS", "Confirm TOTP Code": "Confirmar c\xF3digo TOTP", Confirm: "Confirmar", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", Confirming: "Confirmando", "Create a new account": "Crear una cuenta nueva", "Create Account": "Crear cuenta", "Creating Account": "Creando cuenta", "Dismiss alert": "Descartar alerta", Email: "Email", "Enter your code": "Ingrese el c\xF3digo", "Enter your email": "Escriba su Email", "Enter your phone number": "Ingrese el n\xFAmero de tel\xE9fono", "Enter your username": "Ingrese el nombre de usuario", "Forgot your password?": "\xBFOlvid\xF3 su contrase\xF1a?", "Hide password": "Ocultar contrase\xF1a", "It may take a minute to arrive": "Es posible que tarde un minuto en llegar", Loading: "Cargando", "New password": "Nueva contrase\xF1a", or: "o", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Restablecer su contrase\xF1a", "Reset your Password": "Restablecer su Contrase\xF1a", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar contrase\xF1a", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign In with Amazon": "Iniciar Sesi\xF3n con Amazon", "Sign In with Apple": "Iniciar Sesi\xF3n con Apple", "Sign In with Facebook": "Iniciar Sesi\xF3n con Facebook", "Sign In with Google": "Iniciar Sesi\xF3n con Google", "Sign in": "Iniciar sesi\xF3n", "Sign In": "Iniciar Sesi\xF3n", "Signing in": "Iniciando sesi\xF3n", Skip: "Omitir", Submit: "Enviar", Submitting: "Enviando", Username: "Nombre de usuario", "Verify Contact": "Verificar contacto", Verify: "Verificar", "We Emailed You": "Le hemos enviado un correo electr\xF3nico", "We Sent A Code": "Hemos enviado un c\xF3digo", "We Texted You": "Le hemos enviado un mensaje de texto", "Your code is on the way. To log in, enter the code we emailed to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por correo electr\xF3nico a", "Your code is on the way. To log in, enter the code we sent you": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que le hemos enviado", "Your code is on the way. To log in, enter the code we texted to": "El c\xF3digo est\xE1 en camino. Para iniciar sesi\xF3n, escriba el c\xF3digo que hemos enviado por mensaje de texto a", "An account with the given email already exists.": "Ya existe una cuenta con el correo ingresado.", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "Forgot Password": "Olvid\xE9 mi contrase\xF1a", "Incorrect username or password.": "Nombre de usuario o contrase\xF1a incorrecta", "Invalid password format": "Formato de contrase\xF1a inv\xE1lido", "Invalid phone number format": "Formato de n\xFAmero de tel\xE9fono inv\xE1lido", "Loading...": "Cargando...", "New Password": "Nueva contrase\xF1a", "Resend a Code": "Reenviar un c\xF3digo", "Sign Out": "Cerrar sesi\xF3n", "Sign Up with Amazon": "Crear cuenta con Amazon", "Sign Up with Apple": "Crear cuenta con Apple", "Sign Up with Facebook": "Crear cuenta con Facebook", "Sign Up with Google": "Crear cuenta con Google", "Sign Up": "Crear cuenta", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", "Your passwords must match": "Las contrase\xF1as deben coincidir" };
|
|
287
|
-
var e$b = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "Back to Sign In": "Retour \xE0 la connexion", "Change Password": "Modifier le mot de passe", Changing: "Modification en cours", Code: "Code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", Confirm: "Confirmer", "Confirmation Code": "Code de confirmation", Confirming: "Confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create Account": "Cr\xE9er un compte", "Creating Account": "Cr\xE9ation d'un compte", "Dismiss alert": "Supprimer l'alerte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Hide password": "Masquer le mot de passe", "It may take a minute to arrive": "Cela peut prendre une minute", Loading: "Chargement en cours", "New password": "Nouveau mot de passe", or: "ou", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend Code": "Renvoyer le code", "Reset your Password": "R\xE9initialiser votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", "Send code": "Envoyer le code", "Send Code": "M'envoyer un code", Sending: "Envoi en cours", "Setup TOTP": "Configuration de TOTP", "Show password": "Afficher le mot de passe", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with Apple": "Se connecter avec Apple", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign in": "Se connecter", "Sign In": "Se connecter", "Signing in": "Connexion en cours", Skip: "Passer", Submit: "Soumettre", Submitting: "Envoi en cours", Username: "Nom d'utilisateur", "Verify Contact": "V\xE9rifier le contact", Verify: "V\xE9rifier", "We Sent A Code": "Nous avons envoy\xE9 un code", "We Texted You": "Nous vous avons envoy\xE9 un SMS", "Your code is on the way. To log in, enter the code we sent you": "Votre code est en cours d'envoi. Pour vous connecter, saisissez le code que nous vous avons envoy\xE9", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", Change: "Modifier", "Confirm a Code": "Confirmer un code", "Confirm Sign In": "Confirmer la connexion", "Create account": "Cr\xE9er un compte", "Enter your password": "Saisissez votre mot de passe", "Forgot Password": "Mot de passe oubli\xE9", "Have an account? ": "D\xE9j\xE0 un compte ? ", Hello: "Bonjour", "Incorrect username or password": "Identifiant ou mot de passe incorrect", "Invalid password format": "Format de mot de passe invalide", "Invalid phone number format": "Format de num\xE9ro de t\xE9l\xE9phone invalide. Veuillez utiliser un format +12345678900", "Loading...": "Chargement...", "Lost your code? ": "Vous avez perdu votre code ? ", "Network error": "Erreur r\xE9seau", "New Password": "Nouveau mot de passe", "No account? ": "Pas de compte ? ", "Resend a Code": "Renvoyer un code", "Reset password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Sign In with AWS": "Se connecter avec AWS", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", SMS: "SMS", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas", "We Emailed You": "Nous vous avons envoy\xE9 un code", "Your code is on the way. To log in, enter the code we emailed to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur cette adresse email", "Your code is on the way. To log in, enter the code we texted to": "Votre code est en route. Pour vous connecter entrez le code re\xE7u sur ce num\xE9ro de t\xE9l\xE9phone", "It may take a minute to arrive.": "Cela peut prendre quelques minutes." };
|
|
288
|
-
var o$5 = { "Account recovery requires verified contact information": "Il ripristino dell'account richiede informazioni di contatto verificate", "Back to Sign In": "Torna alla schermata di accesso", "Change Password": "Cambia la password", Changing: "Modifica in corso", Code: "Codice", "Confirm Password": "Conferma la password", "Confirm Sign Up": "Conferma registrazione", "Confirm SMS Code": "Conferma codice SMS", "Confirm TOTP Code": "Conferma codice TOTP", Confirm: "Conferma", "Confirmation Code": "Codice di verifica", Confirming: "Conferma in corso", "Create a new account": "Crea un nuovo account", "Create Account": "Crea Account", "Creating Account": "Creazione account in corso", "Dismiss alert": "Ignora l'avviso", Email: "Email", "Enter your code": "Inserisci il tuo codice", "Enter your email": "Inserisci la tua e-mail", "Enter your phone number": 'Inserisci il tuo numero di telefono"', "Enter your username": "Inserisci il tuo nome utente", "Forgot your password?": "Password dimenticata?", "Hide password": "Nascondi password", "It may take a minute to arrive": "L'arrivo potrebbe richiedere qualche minuto", Loading: "Caricamento in corso", "New password": "Nuova password", or: "oppure", Password: "Password", "Phone Number": "Numero di telefono", "Resend Code": "Invia nuovamente il codice", "Reset your Password": "Reimposta la tua Password", "Reset your password": "Reimposta la tua password", "Send code": "Invia codice", "Send Code": "Invia codice", Sending: "Invio in corso", "Setup TOTP": "Configura TOTP", "Show password": "Mostra password", "Sign in to your account": "Accedi al tuo account", "Sign In with Amazon": "Accedi con Amazon", "Sign In with Apple": "Accedi con Apple", "Sign In with Facebook": "Accedi con Facebook", "Sign In with Google": "Accedi con Google", "Sign in": "Accedi", "Sign In": "Accedi", "Signing in": "Accesso in corso", Skip: "Salta", Submit: "Invia", Submitting: "Invio in corso", Username: "Nome utente", "Verify Contact": "Verifica contatto", Verify: "Verifica", "We Emailed You": "Ti abbiamo inviato un'e-mail", "We Sent A Code": "Ti abbiamo inviato un codice", "We Texted You": "Ti abbiamo inviato un SMS", "Your code is on the way. To log in, enter the code we emailed to": "Il codice \xE8 in arrivo. Per effettuare l'accesso, immetti il codice che ti abbiamo inviato via e-mail", "Your code is on the way. To log in, enter the code we sent you": "Il codice \xE8 in arrivo. Per accedere, immetti il codice che ti abbiamo inviato", "Your code is on the way. To log in, enter the code we texted to": "Il codice \xE8 in arrivo. Per accedere, immetti il codice che abbiamo inviato tramite SMS", "An account with the given email already exists.": "Questa email \xE8 gi\xE0 utilizzata da un altro account.", "Confirm a Code": "Conferma un codice", "Confirm Sign In": "Conferma l'accesso", "Create account": "Crea account", "Enter your password": "Inserisci la tua password", "Forgot Password?": "Password dimenticata?", "Have an account? ": "Gi\xE0 registrato?", "Incorrect username or password": "Nome utente o password errati", "Invalid password format": "Formato della password non valido", "Invalid phone number format": "Formato del numero di telefono non valido", "Lost your code?": "Codice smarrito?", "New Password": "Nuova password", "No account? ": "Non hai un account?", "Password attempts exceeded": "Il numero massimo di tentativi di accesso falliti \xE8 stato raggiunto", "Reset password": "Reimposta password", "Sign Out": "Esci", "Sign Up": "Registrati", "User already exists": "Utente gi\xE0 esistente", "User does not exist": "Utente inesistente", "Username cannot be empty": "Il nome utente non pu\xF2 essere vuoto" };
|
|
289
|
-
var e$a = { "Account recovery requires verified contact information": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5FA9\u65E7\u306B\u306F\u78BA\u8A8D\u6E08\u307F\u306E\u9023\u7D61\u5148\u304C\u5FC5\u8981\u3067\u3059", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Changing: "\u5909\u66F4\u4E2D", Code: "\u30B3\u30FC\u30C9", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirm SMS Code": "SMS \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm TOTP Code": "TOTP \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", Confirm: "\u78BA\u5B9A", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", Confirming: "\u78BA\u8A8D\u4E2D", "Create a new account": "\u65B0\u3057\u3044\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Create Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Creating Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u4F5C\u6210\u4E2D", "Dismiss alert": "\u30A2\u30E9\u30FC\u30C8\u3092\u9589\u3058\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your code": "\u30B3\u30FC\u30C9\u3092\u5165\u529B", "Enter your email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your phone number": "\u96FB\u8A71\u756A\u53F7\u3092\u5165\u529B", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Hide password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u975E\u8868\u793A", "It may take a minute to arrive": "\u5230\u7740\u3059\u308B\u307E\u3067\u306B 1 \u5206\u304B\u304B\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002", Loading: "\u30ED\u30FC\u30C9\u4E2D", "New password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", or: "\u53C8\u306F", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8", "Reset your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B", "Send code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", Sending: "\u9001\u4FE1\u4E2D", "Setup TOTP": "TOTP \u3092\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", "Show password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A", "Sign in to your account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign In with Amazon": "Amazon\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Apple": "Apple \u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Facebook": "Facebook\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Google": "Google\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Signing in": "\u30B5\u30A4\u30F3\u30A4\u30F3\u4E2D", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", Submitting: "\u9001\u4FE1\u4E2D", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D", Verify: "\u78BA\u8A8D", "We Sent A Code": "\u30B3\u30FC\u30C9\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "We Texted You": "\u30C6\u30AD\u30B9\u30C8\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we sent you": "\u30B3\u30FC\u30C9\u304C\u9014\u4E2D\u3067\u3059\u3002\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u9001\u4FE1\u3057\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002", "An account with the given email already exists.": "\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Enter your Email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Please confirm your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "Have an account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u304B\uFF1F", "Incorrect username or password": "\u30E6\u30FC\u30B6\u30FC\u540D\u304B\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u7570\u306A\u308A\u307E\u3059 ", "Invalid password format": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u5F62\u5F0F\u304C\u7121\u52B9\u3067\u3059 ", "Invalid phone number format": "\u4E0D\u6B63\u306A\u96FB\u8A71\u756A\u53F7\u306E\u5F62\u5F0F\u3067\u3059\u3002\n+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044", "It may take a minute to arrive.": "\u30B3\u30FC\u30C9\u3092\u53D7\u4FE1\u3059\u308B\u307E\u3067\u6570\u5206\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002", "Lost your code? ": "\u30B3\u30FC\u30C9\u3092\u5931\u304F\u3057\u307E\u3057\u305F\u304B\uFF1F", "New Password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", "No account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u7121\u3044\u3068\u304D ", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Reset Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", "User already exists": "\u65E2\u306B\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059 ", "User does not exist": "\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u307E\u305B\u3093 ", "Username cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", "We Emailed You": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we emailed to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30E1\u30FC\u30EB\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:", "Your code is on the way. To log in, enter the code we texted to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30C6\u30AD\u30B9\u30C8\u30E1\u30C3\u30BB\u30FC\u30B8\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:" };
|
|
290
|
-
var e$9 = { "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", "Change Password": "\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uD558\uAE30", Changing: "\uBCC0\uACBD\uC911", Code: "\uCF54\uB4DC", "Confirm Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uD655\uC778", "Confirm Sign Up": "\uD68C\uC6D0\uAC00\uC785 \uD655\uC778", "Confirm SMS Code": "\uD734\uB300\uD3F0 \uBCF8\uC778 \uD655\uC778", "Confirm TOTP Code": "TOTP \uC778\uC99D\uBC88\uD638 \uD655\uC778", Confirm: "\uD655\uC778", "Confirmation Code": "\uC778\uC99D\uBC88\uD638", Confirming: "\uD655\uC778\uC911", "Create a new account": "\uD68C\uC6D0\uAC00\uC785", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", "Dismiss alert": "\uC54C\uB9BC \uBB34\uC2DC", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your email": "\uC774\uBA54\uC77C \uC785\uB825", "Enter your phone number": "\uC804\uD654\uBC88\uD638 \uC785\uB825", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", "It may take a minute to arrive": "\uB3C4\uCC29\uD558\uB294 \uB370 1\uBD84 \uC815\uB3C4 \uAC78\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4", Loading: "\uB85C\uB529\uC911", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", or: "\uB610\uB294", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", "Send Code": "\uCF54\uB4DC \uC804\uC1A1", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in to your account": "\uB85C\uADF8\uC778", "Sign In with Amazon": "Amazon \uB85C\uADF8\uC778", "Sign In with Apple": "Apple \uB85C\uADF8\uC778", "Sign In with Facebook": "Facebook \uB85C\uADF8\uC778", "Sign In with Google": "Google \uB85C\uADF8\uC778", "Sign in": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", Username: "\uC544\uC774\uB514", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", Verify: "\uC778\uC99D", "We Emailed You": "\uC774\uBA54\uC77C\uC744 \uBCF4\uB0C4", "We Sent A Code": "\uCF54\uB4DC\uB97C \uBCF4\uB0C4", "We Texted You": "\uBB38\uC790 \uBA54\uC2DC\uC9C0\uB97C \uBCF4\uB0C4", "Your code is on the way. To log in, enter the code we emailed to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC774\uBA54\uC77C\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we sent you": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", "Your code is on the way. To log in, enter the code we texted to": "\uCF54\uB4DC\uAC00 \uC804\uC1A1 \uC911\uC785\uB2C8\uB2E4. \uB85C\uADF8\uC778\uD558\uB824\uBA74 \uBB38\uC790 \uBA54\uC2DC\uC9C0\uB85C \uC804\uC1A1\uD55C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uC138\uC694", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Family Name": "\uC131", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Given Name": "\uC774\uB984", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
|
|
291
|
-
var e$8 = { "Account recovery requires verified contact information": "Accountherstel vereist geverifieerde contactgegevens", "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "Confirm Sign Up": "Bevestig inschrijving", "Confirm SMS Code": "Bevestig SMS Code", "Confirm TOTP Code": "Bevestig TOTP Code", Confirm: "Bevestig", "Confirmation Code": "Bevestigingscode", Confirming: "Bevestigen", "Create a new account": "Nieuw account aanmaken", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", "Dismiss alert": "Waarschuwing sluiten", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your email": "Vul je e-mail in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your username": "Vul je gebruikersnaam in", "Forgot your password?": "Wachtwoord vergeten? ", "Hide password": "Verberg wachtwoord", "It may take a minute to arrive": "Het kan even duren voordat deze aankomt", Loading: "Laden", "New password": "Nieuw wachtwoord", or: "of", Password: "Wachtwoord", "Phone Number": "Telefoonnummer", "Resend Code": "Verstuur code nogmaals", "Reset your password": "Reset je wachtwoord", "Reset your Password": "Wachtwoord resetten", "Send code": "Verstuur code", "Send Code": "Verstuur Code", Sending: "Versturen", "Setup TOTP": "TOTP Instellingen", "Show password": "Toon wachtwoord", "Sign in to your account": "Inloggen op je account", "Sign In with Amazon": "Inloggen met Amazon", "Sign In with Apple": "Inloggen met Apple", "Sign In with Facebook": "Inloggen met Facebook", "Sign In with Google": "Inloggen met Google", "Sign in": "Inloggen", "Sign In": "Inloggen", "Signing in": "Inloggen", Skip: "Overslaan", Submit: "Versturen", Submitting: "Wordt verstuurd", Username: "Gebruikersnaam", "Verify Contact": "Verifieer Contact", Verify: "Verifieer", "We Emailed You": "We hebben u een e-mail gestuurd", "We Sent A Code": "We hebben een code gestuurd", "We Texted You": "We hebben u een sms gestuurd", "Your code is on the way. To log in, enter the code we emailed to": "Uw code is onderweg. Om in te loggen, voer de code in die we gemaild hebben naar", "Your code is on the way. To log in, enter the code we sent you": "Uw code is onderweg. Om in te loggen, voer de code in die we u hebben gestuurd", "Your code is on the way. To log in, enter the code we texted to": "Uw code is onderweg. Om in te loggen, voer de code in die we hebben gestuurd naar" };
|
|
292
|
-
var o$4 = { "Account recovery requires verified contact information": "Odzyskanie konta wymaga zweryfikowanych danych kontaktowych", "Back to Sign In": "Powr\xF3t do logowania", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A Has\u0142o", "Confirm Sign Up": "Potwierd\u017A rejestracj\u0119", "Confirm SMS Code": "Potwierd\u017A kod SMS", "Confirm TOTP Code": "Potwierd\u017A has\u0142o jednorazowe", Confirm: "Potwierd\u017A", "Confirmation Code": "Kod potwierdzenia", Confirming: "Potwierdzanie", "Create a new account": "Utw\xF3rz nowe konto", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", "Dismiss alert": "Odrzu\u0107 alert", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your email": "Wpisz sw\xF3j adres e-mail", "Enter your phone number": "Wpisz sw\xF3j numer telefonu", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Forgot your password?": "Zapomnia\u0142e\u015B has\u0142a? ", "Hide password": "Ukryj has\u0142o", "It may take a minute to arrive": "Mo\u017Ce to chwil\u0119 potrwa\u0107", Loading: "\u0141adowanie", "New password": "Nowe has\u0142o", or: "albo", Password: "Has\u0142o", "Phone Number": "Numer telefonu", "Resend Code": "Wy\u015Blij kod ponownie", "Reset your password": "Zresetuj swoje has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Send code": "Wy\u015Blij kod", "Send Code": "Zresetuj has\u0142o", Sending: "Wysy\u0142anie", "Setup TOTP": "Konfiguruj TOTP", "Show password": "Poka\u017C has\u0142o", "Sign in to your account": "Zaloguj si\u0119 na swoje konto", "Sign In with Amazon": "Zaloguj z Amazon", "Sign In with Apple": "Zaloguj z Apple", "Sign In with Facebook": "Zaloguj z Facebook", "Sign In with Google": "Zaloguj z Google", "Sign In": "Logowanie", "Sign in": "Zaloguj", "Signing in": "Logowanie", Skip: "Pomi\u0144", Submit: "Wy\u015Blij", Submitting: "Wysy\u0142anie", Username: "Nazwa u\u017Cytkownika", "Verify Contact": "Weryfikacja danych kontaktowych", Verify: "Zweryfikuj", Birthdate: "Data urodzenia", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Middle Name": "Drugie imi\u0119", Name: "Imi\u0119 i nazwisko", Nickname: "Pseudonim", "Preferred Username": "Preferowana nazwa u\u017Cytkownika", Profile: "Profil", Website: "Strona internetowa", "We Emailed You": "Wys\u0142ali\u015Bmy Ci wiadomo\u015B\u0107 e-mail", "We Sent A Code": "Wys\u0142ali\u015Bmy kod", "We Texted You": "Wys\u0142ali\u015Bmy Ci wiadomo\u015B\u0107 SMS", "Your code is on the way. To log in, enter the code we emailed to": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A kod wys\u0142any na adres e-mail", "Your code is on the way. To log in, enter the code we sent you": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A wys\u0142any do Ciebie kod", "Your code is on the way. To log in, enter the code we texted to": "Tw\xF3j kod zosta\u0142 wys\u0142any. Aby si\u0119 zalogowa\u0107, wprowad\u017A kod wys\u0142any do Ciebie w wiadomo\u015Bci SMS pod numer" };
|
|
293
|
-
var o$3 = { "Account recovery requires verified contact information": "A recupera\xE7\xE3o da conta requer informa\xE7\xF5es de contato verificadas", "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a Senha", "Confirm Sign Up": "Confirmar inscri\xE7\xE3o", "Confirm SMS Code": "Confirme o c\xF3digo SMS", "Confirm TOTP Code": "Confirme o c\xF3digo TOTP", Confirm: "confirme", "Confirmation Code": "C\xF3digo de confirma\xE7\xE3o", Confirming: "Confirmando", "Create a new account": "Criar uma nova conta", "Create Account": "Criar Conta", "Creating Account": "Criando conta", "Dismiss alert": "Descartar alerta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your email": "Digite seu e-mail", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your username": "entre com seu nome de usu\xE1rio", "Forgot your password?": "Esqueceu sua senha? ", "Hide password": "Esconder a senha", "It may take a minute to arrive": "Pode levar um minuto para chegar", Loading: "Carregando", "New password": "Nova Senha", or: "ou", Password: "Senha", "Phone Number": "N\xFAmero de telefone", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Redefina sua senha", "Reset your Password": "Redefina sua senha", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar senha", "Sign in to your account": "Fa\xE7a login em sua conta", "Sign In with Amazon": "Entrar com a Amazon", "Sign In with Apple": "Entrar com a Apple", "Sign In with Facebook": "Entrar com o Facebook", "Sign In with Google": "Fa\xE7a login no Google", "Sign in": "Entrar", "Sign In": "Entrar", "Signing in": "Entrando", Skip: "Pular", Submit: "Enviar", Submitting: "Enviando", Username: "Nome do usu\xE1rio", "Verify Contact": "Verificar contato", Verify: "Verificar", "We Emailed You": "Enviamos um e-mail para voc\xEA", "We Sent A Code": "Enviamos um c\xF3digo", "We Texted You": "Enviamos um SMS para voc\xEA", "Your code is on the way. To log in, enter the code we emailed to": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo para o qual enviamos um e-mail", "Your code is on the way. To log in, enter the code we sent you": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo que enviamos para voc\xEA", "Your code is on the way. To log in, enter the code we texted to": "Seu c\xF3digo est\xE1 a caminho. Para fazer login, insira o c\xF3digo para o qual enviamos uma mensagem de texto" };
|
|
294
|
-
var e$7 = { "Account recovery requires verified contact information": "\u8D26\u6237\u6062\u590D\u9700\u8981\u9A8C\u8BC1\u8FC7\u7684\u8054\u7CFB\u65B9\u5F0F", "Back to Sign In": "\u56DE\u5230\u767B\u5F55", "Change Password": "\u66F4\u6539\u5BC6\u7801", Changing: "\u6B63\u5728\u4FEE\u6539", Code: "\u786E\u8BA4\u7801", "Confirm Password": "\u786E\u8BA4\u5BC6\u7801", "Confirm Sign Up": "\u786E\u8BA4\u6CE8\u518C", "Confirm SMS Code": "\u786E\u8BA4\u77ED\u4FE1\u9A8C\u8BC1\u7801", "Confirm TOTP Code": "\u786E\u8BA4 TOTP \u4EE3\u7801", Confirm: "\u786E\u8BA4", "Confirmation Code": "\u786E\u8BA4\u7801", Confirming: "\u6B63\u5728\u786E\u8BA4", "Create a new account": "\u521B\u5EFA\u65B0\u8D26\u6237", "Create Account": "\u521B\u5EFA\u8D26\u6237", "Creating Account": "\u6B63\u5728\u521B\u5EFA\u8D26\u6237", "Dismiss alert": "\u5173\u95ED\u8B66\u62A5", Email: "\u90AE\u7BB1", "Enter your code": "\u8F93\u5165\u9A8C\u8BC1\u7801", "Enter your email": "\u8F93\u5165\u7535\u5B50\u90AE\u4EF6", "Enter your phone number": "\u8F93\u5165\u7535\u8BDD\u53F7\u7801", "Enter your username": "\u8F93\u5165\u7528\u6237\u540D", "Forgot your password?": "\u5FD8\u8BB0\u5BC6\u7801\u4E86\uFF1F", "Hide password": "\u9690\u85CF\u5BC6\u7801", "It may take a minute to arrive": "\u53EF\u80FD\u9700\u8981\u4E00\u5206\u949F\u624D\u80FD\u5230\u8FBE", Loading: "\u6B63\u5728\u52A0\u8F7D", "New password": "\u65B0\u5BC6\u7801", or: "\u6216\u8005", Password: "\u5BC6\u7801", "Phone Number": "\u7535\u8BDD", "Resend Code": "\u91CD\u53D1\u9A8C\u8BC1\u7801", "Reset your password": "\u91CD\u7F6E\u5BC6\u7801", "Reset your Password": "\u91CD\u7F6E\u5BC6\u7801", "Send Code": "\u53D1\u9001\u786E\u8BA4\u7801", "Send code": "\u53D1\u9001\u9A8C\u8BC1\u7801", Sending: "\u6B63\u5728\u53D1\u9001", "Setup TOTP": "\u8BBE\u7F6E TOTP", "Show password": "\u663E\u793A\u5BC6\u7801", "Sign in to your account": "\u767B\u5F55\u8D26\u6237", "Sign In with Amazon": "\u901A\u8FC7 Amazon \u767B\u5F55", "Sign In with Apple": "\u901A\u8FC7 Apple \u767B\u5F55", "Sign In with Facebook": "\u901A\u8FC7 Facebook \u767B\u5F55", "Sign In with Google": "\u901A\u8FC7 Google \u767B\u5F55", "Sign in": "\u767B\u5F55", "Sign In": "\u767B\u5F55", "Signing in": "\u6B63\u5728\u767B\u5F55", Skip: "\u8DF3\u8FC7", Submit: "\u63D0\u4EA4", Submitting: "\u6B63\u5728\u63D0\u4EA4", Username: "\u7528\u6237\u540D", "Verify Contact": "\u9A8C\u8BC1\u8054\u7CFB\u65B9\u5F0F", Verify: "\u9A8C\u8BC1", "We Emailed You": "\u6211\u4EEC\u7ED9\u60A8\u53D1\u9001\u4E86\u7535\u5B50\u90AE\u4EF6", "We Sent A Code": "\u6211\u4EEC\u53D1\u9001\u4E86\u4EE3\u7801", "We Texted You": "\u6211\u4EEC\u7ED9\u60A8\u53D1\u9001\u4E86\u77ED\u4FE1", "Your code is on the way. To log in, enter the code we emailed to": "\u60A8\u7684\u4EE3\u7801\u6B63\u5728\u53D1\u9001\u4E2D\u3002\u8981\u767B\u5F55\uFF0C\u8BF7\u8F93\u5165\u6211\u4EEC\u901A\u8FC7\u7535\u5B50\u90AE\u4EF6\u53D1\u9001\u7ED9\u4EE5\u4E0B\u4EBA\u5458\u7684\u4EE3\u7801\uFF1A", "Your code is on the way. To log in, enter the code we sent you": "\u60A8\u7684\u4EE3\u7801\u6B63\u5728\u53D1\u9001\u4E2D\u3002\u8981\u767B\u5F55\uFF0C\u8BF7\u8F93\u5165\u6211\u4EEC\u53D1\u9001\u7ED9\u60A8\u7684\u4EE3\u7801", "Your code is on the way. To log in, enter the code we texted to": "\u60A8\u7684\u4EE3\u7801\u6B63\u5728\u53D1\u9001\u4E2D\u3002\u8981\u767B\u5F55\uFF0C\u8BF7\u8F93\u5165\u6211\u4EEC\u901A\u8FC7\u77ED\u4FE1\u53D1\u9001\u7ED9\u4EE5\u4E0B\u4EBA\u5458\u7684\u4EE3\u7801\uFF1A", "Confirm a Code": "\u786E\u8BA4\u7801", "Confirm Sign In": "\u786E\u8BA4\u767B\u5F55", "Forgot Password": "\u5FD8\u8BB0\u5BC6\u7801", "Incorrect username or password": "\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF", "Invalid password format": "\u5BC6\u7801\u683C\u5F0F\u9519\u8BEF", "Invalid phone number format": "\u7535\u8BDD\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u4F7F\u7528\u683C\u5F0F +12345678900", "New Password": "\u65B0\u5BC6\u7801", "Resend a Code": "\u91CD\u53D1\u786E\u8BA4\u7801", "Sign Out": "\u9000\u51FA", "Sign Up": "\u6CE8\u518C", "User already exists": "\u7528\u6237\u5DF2\u7ECF\u5B58\u5728", "User does not exist": "\u7528\u6237\u4E0D\u5B58\u5728" };
|
|
295
|
-
var e$6 = { "Account recovery requires verified contact information": "F\xF6r att \xE5terst\xE4lla kontot beh\xF6ver du ett verifierat konto", "Back to Sign In": "Tillbaka till inloggningen", "Change Password": "Byt l\xF6senord", Changing: "\xC4ndra", Code: "Kod", "Confirm Password": "Bekr\xE4fta l\xF6senord", "Confirm Sign Up": "Bekr\xE4fta registrering", "Confirm SMS Code": "Bekr\xE4fta SMS-kod", "Confirm TOTP Code": "Bekr\xE4fta TOTP-kod", Confirm: "Bekr\xE4fta", "Confirmation Code": "Verifikationskod", Confirming: "Bekr\xE4ftar", "Create a new account": "Skapa ett nytt konto", "Create Account": "Skapa konto", "Creating Account": "Skapar konto", "Dismiss alert": "Avvisa varning", Email: "E-post", "Enter your code": "Skriv din kod", "Enter your email": "Fyll i din e-post", "Enter your phone number": "Ange ditt telefonnummer", "Enter your username": "Ange ditt anv\xE4ndarnamn", "Forgot your password?": "Gl\xF6mt ditt l\xF6senord? ", "Hide password": "D\xF6lj l\xF6senord", "It may take a minute to arrive": "Det kan ta en minut att komma fram", Loading: "Laddar", "New password": "Nytt l\xF6senord", or: "eller", Password: "L\xF6senord", "Phone Number": "Telefonnummer", "Resend Code": "Skicka koden igen", "Reset your password": "\xC5terst\xE4ll ditt l\xF6senord", "Reset your Password": "\xC5terst\xE4ll ditt l\xF6senord", "Send code": "Skicka kod", "Send Code": "Skicka kod", Sending: "Skickar", "Setup TOTP": "Konfigurera TOTP", "Show password": "Visa l\xF6senord", "Sign in to your account": "Logga in till ditt konto", "Sign In with Amazon": "Logga in med Amazon", "Sign In with Apple": "Logga in med Apple", "Sign In with Facebook": "Logga in med Facebook", "Sign In with Google": "Logga in med Google", "Sign in": "Logga in", "Sign In": "Logga in", "Signing in": "Loggar in", Skip: "Hoppa \xF6ver", Submit: "Skicka", Submitting: "Skickar in", Username: "Anv\xE4ndarnamn", "Verify Contact": "Verifiera kontakt", Verify: "Verifiera", "We Sent A Code": "Vi skickade en kod", "We Texted You": "Vi sms:ade dig", "Your code is on the way. To log in, enter the code we emailed to": "Din kod \xE4r p\xE5 v\xE4g. F\xF6r att logga in, ange koden vi mejlade till", "Your code is on the way. To log in, enter the code we sent you": "Din kod \xE4r p\xE5 v\xE4g. F\xF6r att logga in, ange koden vi skickade till dig", "Your code is on the way. To log in, enter the code we texted to": "Din kod \xE4r p\xE5 v\xE4g. F\xF6r att logga in, ange koden vi sms:ade till", "An account with the given email already exists.": "Det finns redan ett konto med denna e-postadress", "Confirm a Code": "Bekr\xE4fta koden", "Confirm Sign In": "Bekr\xE4fta inloggning", "Create account": "Skapa konto", "Enter your password": "Ange ditt l\xF6senord", "Forgot Password": "Gl\xF6mt l\xF6senordet", "Have an account? ": "Redan registrerad? ", "Incorrect username or password": "Felaktigt anv\xE4ndarnamn eller l\xF6senord", "Invalid password format": "Ogiltigt l\xF6senordsformat", "Invalid phone number format": "Ogiltigt format f\xF6r telefonnummer", "Lost your code? ": "F\xF6rlorat koden? ", "New Password": "Nytt l\xF6senord", "No account? ": "Inget konto? ", "Password attempts exceeded": "Maximalt antal felaktiga inloggningsf\xF6rs\xF6k har uppn\xE5tts", "Reset password": "\xC5terst\xE4ll l\xF6senord", "Sign Out": "Logga ut", "Sign Up": "Registrering", "User already exists": "Anv\xE4ndaren finns redan", "User does not exist": "Anv\xE4ndaren finns inte", "Username cannot be empty": "Anv\xE4ndarnamnet kan inte vara tomt", "We Emailed You": "Vi har skickat e-post till dig" };
|
|
296
|
-
var a$2 = { "Account recovery requires verified contact information": "Pemulihan akun memerlukan informasi kontak terverifikasi", "Back to Sign In": "Kembali ke Masuk", "Change Password": "Ubah kata sandi", Changing: "Mengubah", Code: "Kode", "Confirm Password": "Konfirmasi kata sandi", "Confirm Sign Up": "Konfirmasi Pendaftaran", "Confirm SMS Code": "Konfirmasi Kode SMS", "Confirm TOTP Code": "Konfirmasi Kode TOTP", Confirm: "Konfirmasi", "Confirmation Code": "Kode Konfirmasi", Confirming: "Mengkonfirmasi", "Create a new account": "Buat akun baru", "Create Account": "Buat Akun", "Creating Account": "Membuat Akun", "Dismiss alert": "Hentikan pemberitahuan", Email: "Email", "Enter your code": "Masukkan kode anda", "Enter your email": "Masukkan email anda", "Enter your phone number": "Masukkan nomor telepon anda", "Enter your username": "Masukkan nama akun anda", "Forgot your password?": "Lupa kata sandi? ", "Hide password": "Sembunyikan kata sandi", "It may take a minute to arrive": "Mungkin perlu waktu satu menit untuk tiba", Loading: "Memuat", "New password": "Kata sandi baru", or: "atau", Password: "Kata sandi", "Phone Number": "Nomor telepon", "Resend Code": "Kirim ulang kodenya", "Reset your Password": "Reset Kata Sandi", "Reset your password": "Ubah kata sandi anda", "Send code": "Kirim kode", "Send Code": "Kirim Kode", Sending: "Mengirim", "Setup TOTP": "Siapkan TOTP", "Show password": "Tampilkan kata sandi", "Sign in to your account": "Masuk akun anda", "Sign In with Amazon": "Masuk dengan Amazon", "Sign In with Apple": "Masuk dengan Apple", "Sign In with Facebook": "Masuk dengan Facebook", "Sign In with Google": "Masuk dengan Google", "Sign in": "Masuk", "Sign In": "Masuk", "Signing in": "Memasuki", Skip: "Lewati", Submit: "Ajukan", Submitting: "Mengajukan", Username: "Nama akun", "Verify Contact": "Verifikasi Kontak", Verify: "Verifikasi", "We Sent A Code": "Kami Mengirim Kode", "We Texted You": "Kami mengirim SMS kepada Anda", "Your code is on the way. To log in, enter the code we sent you": "Kode Anda segera hadir. Untuk masuk, masukkan kode yang kami kirimkan kepada Anda", "An account with the given email already exists.": "Akun dengan email tersebut sudah terdaftar.", "Attempt limit exceeded, please try after some time.": "Batas percobaan terlampaui, mohon coba lagi setelah beberapa waktu.", "Cannot reset password for the user as there is no registered/verified email or phone_number": "Tidak dapat mengatur ulang kata sandi karena tidak ada email terdaftar / terverifikasi atau nomor telepon", Change: "Ubah", "Confirm a Code": "Konfirmasi kode", "Create account": "Buat akun", "Enter your password": "Masukkan kata sandi anda", "Forgot Password": "Lupa kata sandi", "Have an account? ": "Sudah punya akun? ", Hello: "Halo", "Incorrect username or password.": "Nama akun atau kata sandi salah.", "Invalid phone number format": "Nomor telepon tidak sesuai dengan format.", "Invalid verification code provided, please try again.": "Kode verifikasi tidak sesuai, mohon coba lagi.", "It may take a minute to arrive.": "Mungkin perlu beberapa waktu untuk tiba.", "Lost your code? ": "Kode anda hilang?", Name: "Nama", "Network error": "Galat jaringan", "No account? ": "Tidak ada akun?", "Password did not conform with policy: Password not long enough": "Kata sandi tidak sesuai dengan aturan: Kata sandi kurang panjang", "Resend a Code": "Renvoyer un code", "Reset password": "Ubah kata sandi anda", Send: "Kirim", "Sign In with AWS": "Masuk dengan AWS", "Sign Up with Amazon": "Daftar dengan Amazon", "Sign Up with AWS": "Daftar dengan AWS", "Sign Up with Facebook": "Daftar dengan Facebook", "Sign Up with Google": "Daftar dengan Google", SMS: "SMS", "User already exists": "Akun sudah terdaftar", "User does not exist.": "Akun tidak terdaftar.", "User is disabled.": "Akun dinonaktifkan.", "Username cannot be empty": "Nama akun tidak boleh kosong", "Username/client id combination not found.": "Nama akun atau id tidak ditemukan.", "We Emailed You": "Kami mengirimkanmu email", "Your code is on the way. To log in, enter the code we emailed to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami emailkan ke", "Your code is on the way. To log in, enter the code we texted to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami tuliskan ke", "Your passwords must match": "Kata sandi harus sama" };
|
|
297
|
-
var e$5 = { "Account recovery requires verified contact information": "Hesap kurtarma, do\u011Frulanm\u0131\u015F ileti\u015Fim bilgilerini gerektirir", "Back to Sign In": "Oturum A\xE7maya Geri D\xF6n", "Change Password": "\u015Eifreyi De\u011Fi\u015Ftir", Changing: "De\u011Fi\u015Ftiriliyor", Code: "Kod", "Confirm Password": "\u015Eifreyi Do\u011Frula", "Confirm Sign Up": "Kay\u0131t \u0130\u015Flemini Do\u011Frula", "Confirm SMS Code": "SMS Kodunu Do\u011Frula", "Confirm TOTP Code": "Tek Kullan\u0131ml\u0131k \u015Eifreyi Do\u011Frula", Confirm: "Do\u011Frula", "Confirmation Code": "Do\u011Frulama Kodu", Confirming: "Do\u011Frulan\u0131yor", "Create a new account": "Yeni bir hesap olu\u015Ftur", "Create Account": "Hesap Olu\u015Ftur", "Creating Account": "Hesap Olu\u015Fturuluyor", "Dismiss alert": "Uyar\u0131y\u0131 reddet", Email: "E-posta", "Enter your code": "Kodu girin", "Enter your email": "E-posta adresinizi girin", "Enter your phone number": "Telefon numaran\u0131z\u0131 girin", "Enter your username": "Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 girin", "Forgot your password?": "\u015Eifrenizi mi unuttunuz?", "Hide password": "\u015Eifreyi gizle", "It may take a minute to arrive": "Kodun gelmesi bir dakika s\xFCrebilir", Loading: "Y\xFCkleniyor", "New password": "Yeni \u015Fifre", or: "veya", Password: "\u015Eifre", "Phone Number": "Telefon Numaras\u0131", "Resend Code": "Kodu Yeniden G\xF6nder", "Reset your password": "\u015Eifrenizi s\u0131f\u0131rlay\u0131n", "Reset your Password": "\u015Eifrenizi S\u0131f\u0131rlay\u0131n", "Send code": "Kod g\xF6nder", "Send Code": "Kod G\xF6nder", Sending: "G\xF6nderiliyor", "Setup TOTP": "Tek kullan\u0131ml\u0131k \u015Fifre kurulumu yap", "Show password": "\u015Eifreyi g\xF6ster", "Sign in to your account": "Hesab\u0131n\u0131zda oturum a\xE7\u0131n", "Sign In with Amazon": "Amazon ile Oturum A\xE7", "Sign In with Apple": "Apple ile Oturum A\xE7", "Sign In with Facebook": "Facebook ile Oturum A\xE7", "Sign In with Google": "Google ile Oturum A\xE7", "Sign in": "Oturum a\xE7", "Sign In": "Oturum A\xE7", "Signing in": "Oturum a\xE7\u0131l\u0131yor", Skip: "Atla", Submit: "G\xF6nder", Submitting: "G\xF6nderiliyor", Username: "Kullan\u0131c\u0131 ad\u0131", "Verify Contact": "Ki\u015Fiyi Do\u011Frula", Verify: "Do\u011Frula", "We Emailed You": "Size E-posta G\xF6nderdik", "We Sent A Code": "Bir Kod G\xF6nderdik", "We Texted You": "Size Mesaj G\xF6nderdik", "Your code is on the way. To log in, enter the code we emailed to": "Kodunuz yolda. Oturum a\xE7mak i\xE7in, g\xF6nderdi\u011Fimiz e-postadaki kodu girin", "Your code is on the way. To log in, enter the code we sent you": "Kodunuz yolda. Oturum a\xE7mak i\xE7in, size g\xF6nderdi\u011Fimiz kodu girin", "Your code is on the way. To log in, enter the code we texted to": "Kodunuz yolda. Oturum a\xE7mak i\xE7in, g\xF6nderdi\u011Fimiz mesajdaki kodu girin", "An account with the given email already exists.": "Bu e-postaya ait zaten bir hesap var.", "Confirm Sign In": "Oturum A\xE7may\u0131 Do\u011Frula", "Have an account? ": "Hesab\u0131n\u0131z var m\u0131? ", "Incorrect username or password": "Yanl\u0131\u015F kullan\u0131c\u0131 ad\u0131 ya da \u015Fifre", "Invalid password format": "Ge\xE7ersiz parola format\u0131", "Invalid phone number format": "Ge\xE7ersiz telefon numaras\u0131 format\u0131", "Lost your code? ": "Kodu mu kaybettiniz? ", "No account? ": "Hesab\u0131n\u0131z yok mu? ", "Password attempts exceeded": "Maksimum oturum a\xE7ma giri\u015Fimi a\u015F\u0131ld\u0131", "Sign Out": "\xC7\u0131k\u0131\u015F yap", "Sign Up": "Kay\u0131t Ol", "User already exists": "Bu kullan\u0131c\u0131 zaten var", "User does not exist": "B\xF6yle bir kullan\u0131c\u0131 mevcut de\u011Fil", "Username cannot be empty": "Kullan\u0131c\u0131 ad\u0131 bo\u015F olamaz" };
|
|
298
|
-
var e$4 = { "Account recovery requires verified contact information": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438", "Back to Sign In": "\u041D\u0430\u0437\u0430\u0434, \u0447\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438", "Change Password": "\u0438\u0437\u043C\u0435\u043D\u044F\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", Changing: "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435", Code: "\u041A\u043E\u0434", "Confirm Password": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043F\u0430\u0440\u043E\u043B\u044F", "Confirm Sign Up": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F", "Confirm SMS Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 CMC-\u041A\u043E\u0434", "Confirm TOTP Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 TOTP-\u041A\u043E\u0434", Confirm: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044C", "Confirmation Code": "\u043A\u043E\u0434 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F", Confirming: "\u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435", "Create a new account": "\u0421\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Create Account": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Creating Account": "\u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C", "Dismiss alert": "\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u0435", Email: "\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Enter your code": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u041A\u043E\u0434", "Enter your email": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Enter your phone number": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Enter your username": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "Forgot your password?": "\u0417\u0430\u0431\u044B\u043B\u0438 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C?", "Hide password": "\u0421\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "It may take a minute to arrive": "\u0414\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043C\u043E\u0436\u0435\u0442 \u0437\u0430\u043D\u044F\u0442\u044C \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u043E\u0435 \u0432\u0440\u0435\u043C\u044F", Loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", "New password": "\u041D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", or: "\u0438\u043B\u0438", Password: "\u041F\u0430\u0440\u043E\u043B\u044C", "Phone Number": "\u041D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Resend Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u044C \u0435\u0449\u0435 \u0440\u0430\u0437 \u041A\u043E\u0434", "Reset your password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C", "Reset your Password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u041F\u0430\u0440\u043E\u043B\u044C", "Send code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", "Send Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", Sending: "\u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0430", "Setup TOTP": "\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C TOTP", "Show password": "\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "Sign in to your account": "\u0437\u043D\u0430\u043A \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442", "Sign In with Amazon": "\u0437\u043D\u0430\u043A \u0432 \u0441 Amazon", "Sign In with Apple": "\u0437\u043D\u0430\u043A \u0432 \u0441 Apple", "Sign In with Facebook": "\u0437\u043D\u0430\u043A \u0432 \u0441 Facebook", "Sign In with Google": "\u0437\u043D\u0430\u043A \u0432 \u0441 Google", "Sign in": "\u0437\u043D\u0430\u043A \u0432", "Sign In": "\u0437\u043D\u0430\u043A \u0432", "Signing in": "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u0432", Skip: "\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C", Submit: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u044F\u0442\u044C \u043D\u0430 \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u0435", Submitting: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0432", Username: "\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "Verify Contact": "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043A\u043E\u043D\u0442\u0430\u043A\u0442", Verify: "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C", "We Emailed You": "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0435 \u043F\u0438\u0441\u044C\u043C\u043E", "We Sent A Code": "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043A\u043E\u0434", "We Texted You": "\u041C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0435 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435", "Your code is on the way. To log in, enter the code we emailed to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0434, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043F\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435", "Your code is on the way. To log in, enter the code we sent you": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0434, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043C\u044B \u043F\u043E\u0441\u043B\u0430\u043B\u0438 \u0432\u0430\u043C", "Your code is on the way. To log in, enter the code we texted to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D. \u0427\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0434, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u043C\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u043C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435\u043C" };
|
|
299
|
-
var n$5 = { "Account recovery requires verified contact information": "\u05E9\u05D7\u05D6\u05D5\u05E8 \u05DC\u05E7\u05D5\u05D7 \u05D3\u05D5\u05E8\u05E9 \u05E2\u05D5\u05D3 \u05DE\u05D9\u05D3\u05E2", "Back to Sign In": "\u05D7\u05D6\u05D5\u05E8 \u05DC\u05D4\u05E8\u05E9\u05DE\u05D4", "Change Password": "\u05E2\u05D3\u05DB\u05D5\u05DF \u05E1\u05D9\u05E1\u05DE\u05D0", Changing: "\u05DE\u05E2\u05D3\u05DB\u05DF", Code: "\u05E7\u05D5\u05D3", "Confirm Password": "\u05D0\u05E9\u05E8 \u05E1\u05D9\u05E1\u05DE\u05D0", "Confirm Sign Up": "\u05D0\u05E9\u05E8 \u05D4\u05E8\u05E9\u05DE\u05D4", "Confirm SMS Code": "\u05D0\u05E9\u05E8 sms \u05E7\u05D5\u05D3", "Confirm TOTP Code": "\u05D0\u05E9\u05E8 totp \u05E7\u05D5\u05D3", Confirm: "\u05D0\u05D9\u05E9\u05D5\u05E8", "Confirmation Code": "\u05D0\u05D9\u05E9\u05D5\u05E8 \u05E7\u05D5\u05D3", Confirming: "\u05DE\u05D0\u05E9\u05E8", "Create a new account": "\u05E6\u05D5\u05E8 \u05DE\u05E9\u05EA\u05DE\u05E9 \u05D7\u05D3\u05E9", "Create Account": "\u05E6\u05D5\u05E8 \u05DE\u05E9\u05EA\u05DE\u05E9", "Creating Account": "\u05D9\u05E6\u05D9\u05E8\u05EA \u05DE\u05E9\u05EA\u05DE\u05E9", "Dismiss alert": "\u05D4\u05E1\u05E8 \u05D4\u05EA\u05E8\u05D0\u05D4", Email: "\u05D0\u05D9\u05DE\u05D9\u05D9\u05DC", "Enter your code": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05D4\u05E7\u05D5\u05D3", "Enter your email": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05D4\u05DE\u05D9\u05D9\u05DC \u05E9\u05DC\u05DA", "Enter your phone number": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05DE\u05E1\u05E4\u05E8 \u05D4\u05D8\u05DC\u05E4\u05D5\u05DF \u05E9\u05DC\u05DA", "Enter your username": "\u05D4\u05DB\u05E0\u05E1 \u05D0\u05EA \u05E9\u05DD \u05D4\u05DE\u05EA\u05DE\u05E9 \u05E9\u05DC\u05DA", "Forgot your password?": "\u05E9\u05D7\u05DB\u05EA \u05E1\u05D9\u05E1\u05DE\u05D0 ?", "Hide password": "\u05D4\u05E1\u05EA\u05E8 \u05E1\u05D9\u05E1\u05DE\u05D0", Loading: "\u05D8\u05D5\u05E2\u05DF", "New password": "\u05E1\u05D9\u05E1\u05DE\u05D0 \u05D7\u05D3\u05E9\u05D4", or: "\u05D0\u05D5\u05B9", Password: "\u05E1\u05D9\u05E1\u05DE\u05D0", "Phone Number": "\u05DE\u05E1\u05E4\u05E8 \u05D8\u05DC\u05E4\u05D5\u05DF", "Resend Code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3 \u05E9\u05D5\u05D1", "Reset your password": "\u05D0\u05E4\u05E1 \u05E1\u05D9\u05E1\u05DE\u05D0", "Reset your Password": "\u05D0\u05E4\u05E1 \u05E1\u05D9\u05E1\u05DE\u05D0", "Send code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3", "Send Code": "\u05E9\u05DC\u05D7 \u05E7\u05D5\u05D3", Sending: "\u05E9\u05D5\u05DC\u05D7", "Setup TOTP": "Setup TOTP", "Show password": "\u05D4\u05E6\u05D2 \u05E1\u05D9\u05E1\u05DE\u05D0", "Sign in to your account": "\u05D4\u05EA\u05D7\u05D1\u05E8 \u05DC\u05D7\u05E9\u05D1\u05D5\u05DF \u05E9\u05DC\u05DA", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in": "\u05D4\u05EA\u05D7\u05D1\u05E8", "Sign In": "\u05D4\u05EA\u05D7\u05D1\u05E8", "Signing in": "\u05DE\u05EA\u05D7\u05D1\u05E8", Skip: "\u05D3\u05DC\u05D2", Submit: "\u05E9\u05DC\u05D7", Submitting: "\u05E9\u05D5\u05DC\u05D7", Username: "\u05E9\u05DD \u05DE\u05E9\u05EA\u05DE\u05E9", "Verify Contact": "\u05D0\u05DE\u05EA \u05D0\u05D9\u05E9 \u05E7\u05E9\u05E8", Verify: "\u05D0\u05DE\u05EA" };
|
|
300
|
-
var e$3 = { "Account recovery requires verified contact information": "\u0412\u0456\u0434\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u043E\u0431\u043B\u0456\u043A\u043E\u0432\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0441\u0443 \u043F\u043E\u0442\u0440\u0435\u0431\u0443\u0454 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0457 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457", "Back to Sign In": "\u041D\u0430\u0437\u0430\u0434 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u0432\u0445\u043E\u0434\u0443", "Change Password": "\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", Changing: "\u0417\u043C\u0456\u043D\u044E\u0454\u043C\u043E", Code: "\u041A\u043E\u0434", "Confirm Password": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "Confirm Sign Up": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044E", "Confirm SMS Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C SMS \u043A\u043E\u0434", "Confirm TOTP Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C TOTP \u043A\u043E\u0434", Confirm: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", "Confirmation Code": "\u041A\u043E\u0434 \u043F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u043D\u044F", Confirming: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0454\u043C\u043E", "Create a new account": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "Create Account": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "Creating Account": "\u0420\u0435\u0454\u0441\u0442\u0440\u0443\u0454\u043C\u043E", "Dismiss alert": "\u0412\u0456\u0434\u0445\u0438\u043B\u0438\u0442\u0438 \u0441\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u043D\u044F", Email: "Email", "Enter your code": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434", "Enter your email": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448 email", "Enter your phone number": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Enter your username": "\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u0430\u0448\u0435 \u0456\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", "Forgot password?": "\u0417\u0430\u0431\u0443\u043B\u0438 \u043F\u0430\u0440\u043E\u043B\u044C?", "Forgot your password?": "\u0417\u0430\u0431\u0443\u043B\u0438 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C?", "Hide password": "\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "It may take a minute to arrive": "\u0414\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u043C\u043E\u0436\u0435 \u0442\u0440\u0438\u0432\u0430\u0442\u0438 \u0445\u0432\u0438\u043B\u0438\u043D\u0443", Loading: "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0454\u043C\u043E", "New password": "\u041D\u043E\u0432\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", or: "\u0430\u0431\u043E", Password: "\u041F\u0430\u0440\u043E\u043B\u044C", "Phone Number": "\u041D\u043E\u043C\u0435\u0440 \u0422\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Resend Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E", "Reset your password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Reset your Password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Send code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434", "Send Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434", Sending: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u043B\u044F\u0454\u043C\u043E", "Setup TOTP": "\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 TOTP", "Show password": "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Sign in to your account": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0443 \u0432\u0430\u0448 \u043E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441", "Sign In with Amazon": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Amazon", "Sign In with Apple": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Apple", "Sign In with Facebook": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Facebook", "Sign In with Google": "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437 Google", "Sign in": "\u0423\u0432\u0456\u0439\u0442\u0438", "Sign In": "\u0423\u0432\u0456\u0439\u0442\u0438", "Signing in": "\u0412\u0445\u043E\u0434\u0438\u043C\u043E", Skip: "\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u0438", Submit: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438", Submitting: "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u043B\u044F\u0454\u043C\u043E", Username: "\u0406\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430", "Verify Contact": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u041A\u043E\u043D\u0442\u0430\u043A\u0442", Verify: "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", "We Emailed You": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C Email", "We Sent A Code": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043A\u043E\u0434", "We Texted You": "\u041C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0435 \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F", "Your code is on the way. To log in, enter the code we emailed to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u043D\u0430 Email", "Your code is on the way. To log in, enter the code we sent you": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0430\u043C \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438", "Your code is on the way. To log in, enter the code we texted to": "\u0412\u0430\u0448 \u043A\u043E\u0434 \u0432\u0436\u0435 \u0432 \u0434\u043E\u0440\u043E\u0437\u0456. \u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043A\u043E\u0434, \u0449\u043E \u043C\u0438 \u0432\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u0432\u0430\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0438\u043C \u043F\u043E\u0432\u0456\u0434\u043E\u043C\u043B\u0435\u043D\u043D\u044F\u043C", "An account with the given email already exists.": "\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u0437 \u0446\u0438\u043C Email \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454.", "Confirm a Code": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u043A\u043E\u0434", "Confirm Sign In": "\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0432\u0445\u0456\u0434", "Forgot Password": "\u0417\u0430\u0431\u0443\u043B\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Incorrect username or password.": "\u041D\u0435\u0432\u0456\u0440\u043D\u0435 \u0456\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043E \u043F\u0430\u0440\u043E\u043B\u044C", "Invalid password format": "\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043F\u0430\u0440\u043E\u043B\u044E", "Invalid phone number format": "\u041D\u0435\u0432\u0456\u0440\u043D\u0438\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u043D\u043E\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0443", "Loading...": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0454\u043C\u043E...", "New Password": "\u041D\u043E\u0432\u0438\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", "Resend a Code": "\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E", "Reset Password": "\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0430\u0440\u043E\u043B\u044C", "Sign Out": "\u0412\u0438\u0439\u0442\u0438", "Sign Up with Amazon": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Amazon", "Sign Up with Apple": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Apple", "Sign Up with Facebook": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Facebook", "Sign Up with Google": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0437 Google", "Sign Up": "\u0417\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438\u0441\u044F", "User already exists": "\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454", "User does not exist": "\u0422\u0430\u043A\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u043D\u0435 \u0456\u0441\u043D\u0443\u0454", "Username cannot be empty": "\u0406\u043C\u02BC\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u0443\u0441\u0442\u0438\u043C", "Your passwords must match": "\u041F\u0430\u0440\u043E\u043B\u0456 \u043C\u0430\u044E\u0442\u044C \u0437\u0431\u0456\u0433\u0430\u0442\u0438\u0441\u044F" };
|
|
301
|
-
var e$2 = { BACK_SIGN_IN: "Back to Sign In", BIRTHDATE: "Birthdate", CHANGE_PASSWORD: "Change Password", CHANGING_PASSWORD: "Changing", CODE: "Code", CODE_ARRIVAL: "It may take a minute to arrive", CODE_EMAILED: "Your code is on the way. To log in, enter the code we emailed to", CODE_SENT: "Your code is on the way. To log in, enter the code we sent you", CODE_TEXTED: "Your code is on the way. To log in, enter the code we texted to", CONFIRM_PASSWORD: "Confirm Password", CONFIRM_RESET_PASSWORD_HEADING: "Reset your Password", CONFIRM_SIGNUP_HEADING: "Confirm Sign Up", CONFIRM_SMS: "Confirm SMS Code", CONFIRM_TOTP: "Confirm TOTP Code", CONFIRM: "Confirm", CONFIRMATION_CODE: "Confirmation Code", CONFIRMING: "Confirming", CREATE_ACCOUNT: "Create Account", CREATING_ACCOUNT: "Creating Account", EMAIL_ADDRESS: "Email", ENTER_CODE: "Enter your code", ENTER_USERNAME: "Enter your username", FAMILY_NAME: "Family Name", GIVEN_NAME: "Given Name", FORGOT_PASSWORD: "Forgot Password?", FORGOT_YOUR_PASSWORD: "Forgot your password?", HIDE_PASSWORD: "Hide password", LOADING: "Loading", LOGIN_NAME: "Username", MIDDLE_NAME: "Middle Name", NAME: "Name", NICKNAME: "Nickname", NEW_PASSWORD: "New password", OR: "or", PASSWORD: "Password", PHONE_NUMBER: "Phone Number", PREFERRED_USERNAME: "Preferred Username", PROFILE: "Profile", RESEND_CODE: "Resend Code", RESET_PASSWORD_HEADING: "Reset your password", RESET_PASSWORD: "Reset Password", SEND_CODE: "Send code", SENDING: "Sending", SETUP_TOTP: "Setup TOTP", SHOW_PASSWORD: "Show password", SIGN_IN_BUTTON: "Sign in", SIGN_IN_TAB: "Sign In", SIGN_IN_WITH_AMAZON: "Sign In with Amazon", SIGN_IN_WITH_APPLE: "Sign In with Apple", SIGN_IN_WITH_FACEBOOK: "Sign In with Facebook", SIGN_IN_WITH_GOOGLE: "Sign In with Google", SIGN_IN: "Sign in to your account", SIGN_UP_BUTTON: "Create a new account", SIGNING_IN_BUTTON: "Signing in", SKIP: "Skip", SUBMIT: "Submit", SUBMITTING: "Submitting", UPPERCASE_COPY: "COPY", VERIFY_CONTACT: "Verify Contact", VERIFY_HEADING: "Account recovery requires verified contact information", VERIFY: "Verify", WE_EMAILED: "We Emailed You", WE_SENT_CODE: "We Sent A Code", WE_TEXTED: "We Texted You", WEBSITE: "Website" };
|
|
302
|
-
var x$1 = __assign$2({}, e$e), k$2 = __assign$2({}, e$d), z = __assign$2({}, e$c), T = __assign$2({}, e$b), b$2 = __assign$2({}, o$5), g$1 = __assign$2({}, e$a), q$1 = __assign$2({}, e$9), w$1 = __assign$2({}, e$8), y$3 = __assign$2({}, o$4), A$2 = __assign$2({}, o$3), B = __assign$2({}, e$7), C$1 = __assign$2({}, e$6), E$1 = __assign$2({}, a$2), F = __assign$2({}, e$5), G = __assign$2({}, e$4), H = __assign$2({}, n$5), I$1 = __assign$2({}, e$3), J = __assign$2({}, e$2);
|
|
303
|
-
var b$1 = __assign$2({}, J);
|
|
304
|
-
function k$1(r2) {
|
|
305
|
-
return I18n.get(r2);
|
|
306
|
-
}
|
|
307
|
-
var y$2 = { de: x$1, en: k$2, es: z, fr: T, id: E$1, it: b$2, ja: g$1, kr: q$1, nl: w$1, pl: y$3, pt: A$2, zh: B, sv: C$1, tr: F, ru: G, he: H, ua: I$1 };
|
|
308
|
-
var r$1 = { birthdate: { label: "Birthdate", placeholder: "Enter your Birthdate", type: "date", autocomplete: "bday", isRequired: true }, confirmation_code: { label: "Confirmation Code", placeholder: "Enter your Confirmation Code", type: "number", autocomplete: "one-time-code", isRequired: true }, confirm_password: { label: "Confirm Password", placeholder: "Please confirm your Password", type: "password", autocomplete: "new-password", isRequired: true }, email: { label: "Email", placeholder: "Enter your Email", type: "email", autocomplete: "username", isRequired: true }, family_name: { label: "Family Name", placeholder: "Enter your Family Name", type: "text", autocomplete: "family-name", isRequired: true }, given_name: { label: "Given Name", placeholder: "Enter your Given Name", type: "text", autocomplete: "given-name", isRequired: true }, middle_name: { label: "Middle Name", placeholder: "Enter your Middle Name", type: "text", autocomplete: "additional-name", isRequired: true }, name: { label: "Name", placeholder: "Enter your Name", type: "text", autocomplete: "name", isRequired: true }, nickname: { label: "Nickname", placeholder: "Enter your Nickname", type: "text", autocomplete: "tel", isRequired: true }, password: { label: "Password", placeholder: "Enter your Password", type: "password", autocomplete: "new-password", isRequired: true }, phone_number: { label: "Phone Number", placeholder: "Enter your Phone Number", type: "tel", autocomplete: "tel", dialCode: "+1", dialCodeList: r$2, isRequired: true }, preferred_username: { label: "Preferred Username", placeholder: "Enter your Preferred Username", type: "text", isRequired: true }, profile: { label: "Profile", placeholder: "Add your Profile", type: "url", autocomplete: "url", isRequired: true }, website: { label: "Website", placeholder: "Add your Website", type: "url", autocomplete: "url", isRequired: true }, username: { label: "Username", placeholder: "Enter your Username", type: "text", autocomplete: "username", isRequired: true } }, a$1 = ["^", "$", "*", ".", "[", "]", "{", "}", "(", ")", "?", '"', "!", "@", "#", "%", "&", "/", "\\", ",", ">", "<", "'", ":", ";", "|", "_", "~", "`", "=", "+", "-", " "];
|
|
309
|
-
var n$4 = function(r2) {
|
|
310
|
-
var t2 = new FormData(r2.target);
|
|
311
|
-
return Object.fromEntries(t2);
|
|
312
|
-
}, o$2 = function(r2) {
|
|
313
|
-
return i$5.includes(r2);
|
|
314
|
-
}, i$3 = function(r2) {
|
|
315
|
-
return r2 ? (t2 = r2, Array.isArray(t2) ? r2 : [r2]) : null;
|
|
316
|
-
var t2;
|
|
317
|
-
};
|
|
318
213
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
319
214
|
var waitFor$1 = {};
|
|
320
215
|
var _tslib$1 = {};
|
|
@@ -449,240 +344,117 @@ function waitFor(actorRef, predicate, options) {
|
|
|
449
344
|
});
|
|
450
345
|
}
|
|
451
346
|
var waitFor_2 = waitFor$1.waitFor = waitFor;
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
});
|
|
471
|
-
}, h$2 = function(e2, r2) {
|
|
472
|
-
return __awaiter(void 0, void 0, void 0, function() {
|
|
473
|
-
var t2, a2, o2;
|
|
474
|
-
return __generator(this, function(n2) {
|
|
475
|
-
switch (n2.label) {
|
|
476
|
-
case 0:
|
|
477
|
-
switch (t2 = r2.send, a2 = r2.getSnapshot(), e2.payload.event) {
|
|
478
|
-
case "tokenRefresh":
|
|
479
|
-
return [3, 1];
|
|
480
|
-
case "autoSignIn":
|
|
481
|
-
return [3, 2];
|
|
482
|
-
case "autoSignIn_failure":
|
|
483
|
-
return [3, 5];
|
|
484
|
-
case "signOut":
|
|
485
|
-
case "tokenRefresh_failure":
|
|
486
|
-
return [3, 7];
|
|
487
|
-
}
|
|
488
|
-
return [3, 8];
|
|
489
|
-
case 1:
|
|
490
|
-
return a2.matches("authenticated.idle") && t2("TOKEN_REFRESH"), [3, 9];
|
|
491
|
-
case 2:
|
|
492
|
-
return a2.matches("authenticated") ? [3, 4] : [4, l$1(r2)];
|
|
493
|
-
case 3:
|
|
494
|
-
n2.sent(), (null == (o2 = t$1(r2.getSnapshot())) ? void 0 : o2.matches("autoSignIn")) && t2({ type: "AUTO_SIGN_IN", data: e2.payload.data }), n2.label = 4;
|
|
495
|
-
case 4:
|
|
496
|
-
return [3, 9];
|
|
497
|
-
case 5:
|
|
498
|
-
return [4, l$1(r2)];
|
|
499
|
-
case 6:
|
|
500
|
-
return n2.sent(), (null == (o2 = t$1(r2.getSnapshot())) ? void 0 : o2.matches("autoSignIn")) && t2({ type: "AUTO_SIGN_IN_FAILURE", data: e2.payload.data }), [3, 9];
|
|
501
|
-
case 7:
|
|
502
|
-
return a2.matches("authenticated.idle") && t2("SIGN_OUT"), [3, 9];
|
|
503
|
-
case 8:
|
|
504
|
-
return [3, 9];
|
|
505
|
-
case 9:
|
|
506
|
-
return [2];
|
|
347
|
+
const s$2 = ({ packageName: t2, version: e2 }) => {
|
|
348
|
+
appendToCognitoUserAgent(`${t2}/${e2}`);
|
|
349
|
+
}, l$1 = (e2) => __awaiter(void 0, void 0, void 0, function* () {
|
|
350
|
+
try {
|
|
351
|
+
yield waitFor_2(e2, (t2) => t$1(t2).matches("autoSignIn"));
|
|
352
|
+
} catch (t2) {
|
|
353
|
+
}
|
|
354
|
+
}), d$1 = (e2, a2) => __awaiter(void 0, void 0, void 0, function* () {
|
|
355
|
+
const { send: t2 } = a2, n2 = a2.getSnapshot();
|
|
356
|
+
switch (e2.payload.event) {
|
|
357
|
+
case "tokenRefresh":
|
|
358
|
+
n2.matches("authenticated.idle") && t2("TOKEN_REFRESH");
|
|
359
|
+
break;
|
|
360
|
+
case "autoSignIn":
|
|
361
|
+
if (!n2.matches("authenticated")) {
|
|
362
|
+
yield l$1(a2);
|
|
363
|
+
const n3 = t$1(a2.getSnapshot());
|
|
364
|
+
(null == n3 ? void 0 : n3.matches("autoSignIn")) && t2({ type: "AUTO_SIGN_IN", data: e2.payload.data });
|
|
507
365
|
}
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}, {});
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
},
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
}, m$1 = { signIn: function(r2) {
|
|
540
|
-
return { username: __assign$2({}, c$2(r2)), password: __assign$2(__assign$2({}, i$1(r2, "password")), { autocomplete: "current-password" }) };
|
|
541
|
-
}, signUp: function(e2) {
|
|
542
|
-
for (var n2 = e2.context.config, t2 = n2.loginMechanisms, d2 = n2.signUpAttributes, m2 = n$7(e2), u2 = {}, f2 = 0, l2 = Array.from(new Set(__spreadArray$1(__spreadArray$1(__spreadArray$1([], t2, true), ["password", "confirm_password"], false), d2, true))); f2 < l2.length; f2++) {
|
|
543
|
-
var p2 = l2[f2];
|
|
544
|
-
if (o$2(p2)) {
|
|
545
|
-
var w2 = p2 === m2 ? c$2(e2) : i$1(e2, p2);
|
|
546
|
-
u2[p2] = __assign$2({}, w2);
|
|
366
|
+
break;
|
|
367
|
+
case "autoSignIn_failure": {
|
|
368
|
+
yield l$1(a2);
|
|
369
|
+
const n3 = t$1(a2.getSnapshot());
|
|
370
|
+
(null == n3 ? void 0 : n3.matches("autoSignIn")) && t2({ type: "AUTO_SIGN_IN_FAILURE", data: e2.payload.data });
|
|
371
|
+
break;
|
|
372
|
+
}
|
|
373
|
+
case "signOut":
|
|
374
|
+
case "tokenRefresh_failure":
|
|
375
|
+
n2.matches("authenticated.idle") && t2("SIGN_OUT");
|
|
376
|
+
}
|
|
377
|
+
}), u$1 = (t2, a2 = d$1) => Hub.listen("auth", ((t3, e2) => (a3) => {
|
|
378
|
+
e2(a3, t3);
|
|
379
|
+
})(t2, a2), "authenticator-hub-handler"), h$1 = (t2) => a$2.some((e2) => t2.includes(e2)), m$2 = (t2, e2, a2) => encodeURI(`otpauth://totp/${t2}:${e2}?secret=${a2}&issuer=${t2}`);
|
|
380
|
+
function p$2(t2, ...e2) {
|
|
381
|
+
return Object.entries(t2).reduce((t3, [a2, n2]) => Object.assign(Object.assign({}, t3), { [a2]: e2.includes(a2) ? n2 : null == n2 ? void 0 : n2.trim() }), {});
|
|
382
|
+
}
|
|
383
|
+
const n$3 = (s2, r2) => {
|
|
384
|
+
const { country_code: t2 } = o$a(s2);
|
|
385
|
+
let n2 = r$3[r2];
|
|
386
|
+
const { type: a2 } = n2;
|
|
387
|
+
return "tel" === a2 && (n2 = Object.assign(Object.assign({}, n2), { dialCode: t2 })), n2;
|
|
388
|
+
}, a$1 = (o2) => {
|
|
389
|
+
const s2 = i$4(o2);
|
|
390
|
+
return Object.assign(Object.assign({}, n$3(o2, s2)), { autocomplete: "username" });
|
|
391
|
+
}, c$2 = (o2) => ({ confirmation_code: Object.assign(Object.assign({}, n$3(o2, "confirmation_code")), { label: "Code *", placeholder: "Code" }) }), i$3 = { signIn: (o2) => ({ username: Object.assign({}, a$1(o2)), password: Object.assign(Object.assign({}, n$3(o2, "password")), { autocomplete: "current-password" }) }), signUp: (o2) => {
|
|
392
|
+
const { loginMechanisms: s2, signUpAttributes: e2 } = o2.context.config, c2 = i$4(o2), i2 = Array.from(/* @__PURE__ */ new Set([...s2, "password", "confirm_password", ...e2])), d2 = {};
|
|
393
|
+
for (const s3 of i2)
|
|
394
|
+
if (o$4(s3)) {
|
|
395
|
+
const e3 = s3 === c2 ? a$1(o2) : n$3(o2, s3);
|
|
396
|
+
d2[s3] = Object.assign({}, e3);
|
|
547
397
|
} else
|
|
548
|
-
console.debug(
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
},
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
}, confirmVerifyUser: d$1, setupTOTP: d$1 };
|
|
565
|
-
var t = function(t2) {
|
|
566
|
-
for (var o2 = __assign$2({}, t2), n2 = 0, i2 = Object.entries(t2); n2 < i2.length; n2++) {
|
|
567
|
-
var l2 = i2[n2], u2 = l2[0], a2 = l2[1], c2 = a2.label, f2 = a2.placeholder;
|
|
568
|
-
o2[u2] = __assign$2(__assign$2({}, a2), { label: c2 ? k$1(c2) : void 0, placeholder: f2 ? k$1(f2) : void 0 });
|
|
398
|
+
console.debug(`Authenticator does not have a default implementation for ${s3}. Customize SignUp FormFields to add your own.`);
|
|
399
|
+
return d2;
|
|
400
|
+
}, confirmSignUp: (o2) => ({ confirmation_code: Object.assign(Object.assign({}, n$3(o2, "confirmation_code")), { placeholder: "Enter your code" }) }), confirmSignIn: c$2, forceNewPassword: (o2) => {
|
|
401
|
+
const e2 = t$1(o2), { requiredAttributes: r2 } = e2.context, a2 = Array.from(/* @__PURE__ */ new Set(["password", "confirm_password", ...r2])), c2 = {};
|
|
402
|
+
for (const s2 of a2)
|
|
403
|
+
o$4(s2) ? c2[s2] = Object.assign({}, n$3(o2, s2)) : console.debug(`Authenticator does not have a default implementation for ${s2}. Customize ForceNewPassword FormFields to add your own.`);
|
|
404
|
+
return c2;
|
|
405
|
+
}, resetPassword: (o2) => {
|
|
406
|
+
const s2 = i$4(o2), { label: t2 } = r$3[s2];
|
|
407
|
+
return { username: Object.assign(Object.assign({}, a$1(o2)), { label: `Enter your ${t2.toLowerCase()}`, placeholder: `Enter your ${t2.toLowerCase()}` }) };
|
|
408
|
+
}, confirmResetPassword: (o2) => Object.assign(Object.assign({}, c$2(o2)), { password: Object.assign(Object.assign({}, n$3(o2, "password")), { label: "New Password", placeholder: "New Password" }), confirm_password: Object.assign(Object.assign({}, n$3(o2, "confirm_password")), { label: "Confirm Password", placeholder: "Confirm Password" }) }), confirmVerifyUser: c$2, setupTOTP: c$2 };
|
|
409
|
+
const r$2 = (r2) => {
|
|
410
|
+
const o2 = Object.assign({}, r2);
|
|
411
|
+
for (const [t2, s2] of Object.entries(r2)) {
|
|
412
|
+
const { label: r3, placeholder: n2 } = s2;
|
|
413
|
+
o2[t2] = Object.assign(Object.assign({}, s2), { label: r3 ? k$1(r3) : void 0, placeholder: n2 ? k$1(n2) : void 0 });
|
|
569
414
|
}
|
|
570
415
|
return o2;
|
|
571
|
-
}, o$
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
return __assign$2(__assign$2({}, e2), ((a3 = {})[c2] = d2, a3));
|
|
588
|
-
}
|
|
589
|
-
return __assign$2(__assign$2({}, e2), ((f2 = {})[c2] = p2, f2));
|
|
590
|
-
}
|
|
591
|
-
var v2 = c$2(m2), d2 = __assign$2(__assign$2({}, v2), p2);
|
|
592
|
-
return __assign$2(__assign$2({}, e2), ((u3 = {})[c2] = d2, u3));
|
|
416
|
+
}, o$3 = (e2) => Object.entries(e2).sort((e3, r2) => (e3[1].order || Number.MAX_VALUE) - (r2[1].order || Number.MAX_VALUE)).filter((e3) => void 0 !== e3[1]);
|
|
417
|
+
const a = (s2, t2) => (0, i$3[s2])(t2), c$1 = (r2, i2) => {
|
|
418
|
+
var o2, a2;
|
|
419
|
+
const c2 = null === (a2 = null === (o2 = o$a(i2)) || void 0 === o2 ? void 0 : o2.formFields) || void 0 === a2 ? void 0 : a2[r2];
|
|
420
|
+
return c2 && 0 !== Object.keys(c2).length ? Object.entries(c2).reduce((t2, [o3, a3]) => {
|
|
421
|
+
if ("signIn" !== r2 && "resetPassword" !== r2 || "username" !== o3) {
|
|
422
|
+
if (i$5(o3)) {
|
|
423
|
+
const s2 = r$3[o3], r3 = Object.assign(Object.assign({}, s2), a3);
|
|
424
|
+
return Object.assign(Object.assign({}, t2), { [o3]: r3 });
|
|
425
|
+
}
|
|
426
|
+
return Object.assign(Object.assign({}, t2), { [o3]: a3 });
|
|
427
|
+
}
|
|
428
|
+
{
|
|
429
|
+
const s2 = a$1(i2), e2 = Object.assign(Object.assign({}, s2), a3);
|
|
430
|
+
return Object.assign(Object.assign({}, t2), { [o3]: e2 });
|
|
431
|
+
}
|
|
593
432
|
}, {}) : {};
|
|
594
|
-
},
|
|
595
|
-
|
|
596
|
-
return delete
|
|
597
|
-
},
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
});
|
|
601
|
-
}, p$2 = function(r2, t2) {
|
|
602
|
-
var e2 = f$3(r2, t2);
|
|
603
|
-
return c$1(o$1(e2));
|
|
433
|
+
}, m$1 = (s2, t2) => {
|
|
434
|
+
const e2 = a(s2, t2), r2 = c$1(s2, t2), n2 = Object.assign(Object.assign({}, e2), r2);
|
|
435
|
+
return delete n2.QR, r$2(n2);
|
|
436
|
+
}, j$2 = (s2) => s2.map((s3) => [s3[0], Object.assign(Object.assign({}, s3[1]), { order: void 0 })]), b$1 = (s2, t2) => {
|
|
437
|
+
const e2 = m$1(s2, t2);
|
|
438
|
+
return j$2(o$3(e2));
|
|
604
439
|
};
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
}
|
|
612
|
-
return k$1(b$
|
|
613
|
-
},
|
|
614
|
-
|
|
615
|
-
}, getCopyText: function() {
|
|
616
|
-
return k$1(b$1.UPPERCASE_COPY);
|
|
617
|
-
}, getHidePasswordText: function() {
|
|
618
|
-
return k$1(b$1.HIDE_PASSWORD);
|
|
619
|
-
}, getLoadingText: function() {
|
|
620
|
-
return k$1(b$1.LOADING);
|
|
621
|
-
}, getOrText: function() {
|
|
622
|
-
return k$1(b$1.OR);
|
|
623
|
-
}, getResendCodeText: function() {
|
|
624
|
-
return k$1(b$1.RESEND_CODE);
|
|
625
|
-
}, getSendCodeText: function() {
|
|
626
|
-
return k$1(b$1.SEND_CODE);
|
|
627
|
-
}, getSendingText: function() {
|
|
628
|
-
return k$1(b$1.SENDING);
|
|
629
|
-
}, getShowPasswordText: function() {
|
|
630
|
-
return k$1(b$1.SHOW_PASSWORD);
|
|
631
|
-
}, getSubmitText: function() {
|
|
632
|
-
return k$1(b$1.SUBMIT);
|
|
633
|
-
}, getSubmittingText: function() {
|
|
634
|
-
return k$1(b$1.SUBMITTING);
|
|
635
|
-
}, getSignInTabText: function() {
|
|
636
|
-
return k$1(b$1.SIGN_IN_TAB);
|
|
637
|
-
}, getSignUpTabText: function() {
|
|
638
|
-
return k$1(b$1.CREATE_ACCOUNT);
|
|
639
|
-
}, getForgotPasswordText: function(n2) {
|
|
640
|
-
return k$1(n2 ? b$1.FORGOT_PASSWORD : b$1.FORGOT_YOUR_PASSWORD);
|
|
641
|
-
}, getSigningInText: function() {
|
|
642
|
-
return k$1(b$1.SIGNING_IN_BUTTON);
|
|
643
|
-
}, getSignInText: function() {
|
|
644
|
-
return k$1(b$1.SIGN_IN_BUTTON);
|
|
645
|
-
}, getCreatingAccountText: function() {
|
|
646
|
-
return k$1(b$1.CREATING_ACCOUNT);
|
|
647
|
-
}, getCreateAccountText: function() {
|
|
648
|
-
return k$1(b$1.CREATE_ACCOUNT);
|
|
649
|
-
}, getDeliveryMessageText: function(n2) {
|
|
650
|
-
var r2 = null != n2 ? n2 : {}, o2 = r2.DeliveryMedium, u2 = r2.Destination, i2 = "EMAIL" === o2, c2 = "SMS" === o2, T2 = k$1(b$1.CODE_ARRIVAL);
|
|
651
|
-
if (!i2 && !c2)
|
|
652
|
-
return "".concat(k$1(b$1.CODE_SENT), ". ").concat(T2, ".");
|
|
653
|
-
var g2 = k$1(i2 ? b$1.CODE_EMAILED : b$1.CODE_TEXTED);
|
|
654
|
-
return "".concat(g2, " ").concat(u2, ". ").concat(T2, ".");
|
|
655
|
-
}, getDeliveryMethodText: function(n2) {
|
|
656
|
-
var r2 = (null != n2 ? n2 : {}).DeliveryMedium, o2 = "EMAIL" === r2;
|
|
657
|
-
return k$1(o2 || "SMS" !== r2 ? o2 ? b$1.WE_EMAILED : b$1.WE_TEXTED : b$1.WE_SENT_CODE);
|
|
658
|
-
}, getChallengeText: function(n2) {
|
|
659
|
-
switch (n2) {
|
|
440
|
+
const T = { amazon: "Amazon", apple: "Apple", facebook: "Facebook", google: "Google" }, n$2 = { getBackToSignInText: () => k$1(b$2.BACK_SIGN_IN), getChangePasswordText: () => k$1(b$2.CHANGE_PASSWORD), getChangingText: () => k$1(b$2.CHANGING_PASSWORD), getConfirmText: () => k$1(b$2.CONFIRM), getConfirmingText: () => k$1(b$2.CONFIRMING), getCopyText: () => k$1(b$2.UPPERCASE_COPY), getHidePasswordText: () => k$1(b$2.HIDE_PASSWORD), getLoadingText: () => k$1(b$2.LOADING), getOrText: () => k$1(b$2.OR), getResendCodeText: () => k$1(b$2.RESEND_CODE), getSendCodeText: () => k$1(b$2.SEND_CODE), getSendingText: () => k$1(b$2.SENDING), getShowPasswordText: () => k$1(b$2.SHOW_PASSWORD), getSubmitText: () => k$1(b$2.SUBMIT), getSubmittingText: () => k$1(b$2.SUBMITTING), getSignInTabText: () => k$1(b$2.SIGN_IN_TAB), getSignUpTabText: () => k$1(b$2.CREATE_ACCOUNT), getForgotPasswordText: (T2) => k$1(T2 ? b$2.FORGOT_PASSWORD : b$2.FORGOT_YOUR_PASSWORD), getSigningInText: () => k$1(b$2.SIGNING_IN_BUTTON), getSignInText: () => k$1(b$2.SIGN_IN_BUTTON), getCreatingAccountText: () => k$1(b$2.CREATING_ACCOUNT), getCreateAccountText: () => k$1(b$2.CREATE_ACCOUNT), getDeliveryMessageText: (T2) => {
|
|
441
|
+
const { DeliveryMedium: n2, Destination: g2 } = null != T2 ? T2 : {}, S = "EMAIL" === n2, o2 = "SMS" === n2, i2 = k$1(b$2.CODE_ARRIVAL);
|
|
442
|
+
if (!S && !o2)
|
|
443
|
+
return `${k$1(b$2.CODE_SENT)}. ${i2}.`;
|
|
444
|
+
return `${k$1(S ? b$2.CODE_EMAILED : b$2.CODE_TEXTED)} ${g2}. ${i2}.`;
|
|
445
|
+
}, getDeliveryMethodText: (T2) => {
|
|
446
|
+
const { DeliveryMedium: n2 } = null != T2 ? T2 : {}, g2 = "EMAIL" === n2;
|
|
447
|
+
return k$1(g2 || "SMS" !== n2 ? g2 ? b$2.WE_EMAILED : b$2.WE_TEXTED : b$2.WE_SENT_CODE);
|
|
448
|
+
}, getChallengeText: (T2) => {
|
|
449
|
+
switch (T2) {
|
|
660
450
|
case "SMS_MFA":
|
|
661
|
-
return k$1(b$
|
|
451
|
+
return k$1(b$2.CONFIRM_SMS);
|
|
662
452
|
case "SOFTWARE_TOKEN_MFA":
|
|
663
|
-
return k$1(b$
|
|
453
|
+
return k$1(b$2.CONFIRM_TOTP);
|
|
664
454
|
default:
|
|
665
|
-
throw new Error(
|
|
666
|
-
}
|
|
667
|
-
}, getResetYourPasswordText:
|
|
668
|
-
return k$1(b$1.RESET_PASSWORD);
|
|
669
|
-
}, getSetupTOTPText: function() {
|
|
670
|
-
return k$1(b$1.SETUP_TOTP);
|
|
671
|
-
}, getSetupTOTPInstructionsText: function() {
|
|
672
|
-
return k$1("Copy and paste the secret key below into an authenticator app and then enter the code in the text field below.");
|
|
673
|
-
}, getCopiedText: function() {
|
|
674
|
-
return k$1("COPIED");
|
|
675
|
-
}, getSignInWithFederationText: function(e2, r2) {
|
|
676
|
-
return k$1("Sign ".concat("signIn" === e2 ? "In" : "Up", " with ").concat(n$3[r2]));
|
|
677
|
-
}, getSkipText: function() {
|
|
678
|
-
return k$1(b$1.SKIP);
|
|
679
|
-
}, getVerifyText: function() {
|
|
680
|
-
return k$1(b$1.VERIFY);
|
|
681
|
-
}, getVerifyContactText: function() {
|
|
682
|
-
return k$1(b$1.VERIFY_CONTACT);
|
|
683
|
-
}, getAccountRecoveryInfoText: function() {
|
|
684
|
-
return k$1(b$1.VERIFY_HEADING);
|
|
685
|
-
} };
|
|
455
|
+
throw new Error(`${k$1("Unexpected challengeName encountered in ConfirmSignIn:")} ${T2}`);
|
|
456
|
+
}
|
|
457
|
+
}, getResetYourPasswordText: () => k$1(b$2.RESET_PASSWORD), getSetupTOTPText: () => k$1(b$2.SETUP_TOTP), getSetupTOTPInstructionsText: () => k$1("Copy and paste the secret key below into an authenticator app and then enter the code in the text field below."), getCopiedText: () => k$1("COPIED"), getSignInWithFederationText: (t2, n2) => k$1(`Sign ${"signIn" === t2 ? "In" : "Up"} with ${T[n2]}`), getSkipText: () => k$1(b$2.SKIP), getVerifyText: () => k$1(b$2.VERIFY), getVerifyContactText: () => k$1(b$2.VERIFY_CONTACT), getAccountRecoveryInfoText: () => k$1(b$2.VERIFY_HEADING) };
|
|
686
458
|
/*! *****************************************************************************
|
|
687
459
|
Copyright (c) Microsoft Corporation.
|
|
688
460
|
|
|
@@ -802,17 +574,38 @@ var send$1 = ActionTypes.Send;
|
|
|
802
574
|
var cancel$1 = ActionTypes.Cancel;
|
|
803
575
|
var nullEvent = ActionTypes.NullEvent;
|
|
804
576
|
var assign$2 = ActionTypes.Assign;
|
|
805
|
-
ActionTypes.After;
|
|
806
|
-
ActionTypes.DoneState;
|
|
807
|
-
var log = ActionTypes.Log;
|
|
577
|
+
var after$1 = ActionTypes.After;
|
|
578
|
+
var doneState = ActionTypes.DoneState;
|
|
579
|
+
var log$1 = ActionTypes.Log;
|
|
808
580
|
var init = ActionTypes.Init;
|
|
809
581
|
var invoke = ActionTypes.Invoke;
|
|
810
|
-
ActionTypes.ErrorExecution;
|
|
582
|
+
var errorExecution = ActionTypes.ErrorExecution;
|
|
811
583
|
var errorPlatform = ActionTypes.ErrorPlatform;
|
|
812
584
|
var error$1 = ActionTypes.ErrorCustom;
|
|
813
585
|
var update = ActionTypes.Update;
|
|
814
586
|
var choose$1 = ActionTypes.Choose;
|
|
815
|
-
var pure = ActionTypes.Pure;
|
|
587
|
+
var pure$1 = ActionTypes.Pure;
|
|
588
|
+
var actionTypes = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
589
|
+
__proto__: null,
|
|
590
|
+
after: after$1,
|
|
591
|
+
assign: assign$2,
|
|
592
|
+
cancel: cancel$1,
|
|
593
|
+
choose: choose$1,
|
|
594
|
+
doneState,
|
|
595
|
+
error: error$1,
|
|
596
|
+
errorExecution,
|
|
597
|
+
errorPlatform,
|
|
598
|
+
init,
|
|
599
|
+
invoke,
|
|
600
|
+
log: log$1,
|
|
601
|
+
nullEvent,
|
|
602
|
+
pure: pure$1,
|
|
603
|
+
raise: raise$1,
|
|
604
|
+
send: send$1,
|
|
605
|
+
start: start$1,
|
|
606
|
+
stop: stop$1,
|
|
607
|
+
update
|
|
608
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
816
609
|
var STATE_DELIMITER = ".";
|
|
817
610
|
var EMPTY_ACTIVITY_MAP = {};
|
|
818
611
|
var DEFAULT_GUARD_TYPE = "xstate.guard";
|
|
@@ -1391,9 +1184,38 @@ function sendParent(event, options) {
|
|
|
1391
1184
|
to: SpecialTargets.Parent
|
|
1392
1185
|
}));
|
|
1393
1186
|
}
|
|
1187
|
+
function sendTo(actor, event, options) {
|
|
1188
|
+
return send(event, __assign$1(__assign$1({}, options), {
|
|
1189
|
+
to: actor
|
|
1190
|
+
}));
|
|
1191
|
+
}
|
|
1394
1192
|
function sendUpdate$1() {
|
|
1395
1193
|
return sendParent(update);
|
|
1396
1194
|
}
|
|
1195
|
+
function respond(event, options) {
|
|
1196
|
+
return send(event, __assign$1(__assign$1({}, options), {
|
|
1197
|
+
to: function(_2, __, _a2) {
|
|
1198
|
+
var _event = _a2._event;
|
|
1199
|
+
return _event.origin;
|
|
1200
|
+
}
|
|
1201
|
+
}));
|
|
1202
|
+
}
|
|
1203
|
+
var defaultLogExpr = function(context, event) {
|
|
1204
|
+
return {
|
|
1205
|
+
context,
|
|
1206
|
+
event
|
|
1207
|
+
};
|
|
1208
|
+
};
|
|
1209
|
+
function log(expr, label) {
|
|
1210
|
+
if (expr === void 0) {
|
|
1211
|
+
expr = defaultLogExpr;
|
|
1212
|
+
}
|
|
1213
|
+
return {
|
|
1214
|
+
type: log$1,
|
|
1215
|
+
label,
|
|
1216
|
+
expr
|
|
1217
|
+
};
|
|
1218
|
+
}
|
|
1397
1219
|
var resolveLog = function(action, ctx, _event) {
|
|
1398
1220
|
return __assign$1(__assign$1({}, action), {
|
|
1399
1221
|
value: isString(action.expr) ? action.expr : action.expr(ctx, _event.data, {
|
|
@@ -1440,6 +1262,9 @@ var assign$1 = function(assignment) {
|
|
|
1440
1262
|
assignment
|
|
1441
1263
|
};
|
|
1442
1264
|
};
|
|
1265
|
+
function isActionObject(action) {
|
|
1266
|
+
return typeof action === "object" && "type" in action;
|
|
1267
|
+
}
|
|
1443
1268
|
function after(delayRef, id) {
|
|
1444
1269
|
var idSuffix = id ? "#".concat(id) : "";
|
|
1445
1270
|
return "".concat(ActionTypes.After, "(").concat(delayRef, ")").concat(idSuffix);
|
|
@@ -1477,6 +1302,12 @@ function error(id, data) {
|
|
|
1477
1302
|
};
|
|
1478
1303
|
return eventObject;
|
|
1479
1304
|
}
|
|
1305
|
+
function pure(getActions) {
|
|
1306
|
+
return {
|
|
1307
|
+
type: ActionTypes.Pure,
|
|
1308
|
+
get: getActions
|
|
1309
|
+
};
|
|
1310
|
+
}
|
|
1480
1311
|
function forwardTo$1(target, options) {
|
|
1481
1312
|
return send(function(_2, event) {
|
|
1482
1313
|
return event;
|
|
@@ -1484,6 +1315,16 @@ function forwardTo$1(target, options) {
|
|
|
1484
1315
|
to: target
|
|
1485
1316
|
}));
|
|
1486
1317
|
}
|
|
1318
|
+
function escalate(errorData, options) {
|
|
1319
|
+
return sendParent(function(context, event, meta) {
|
|
1320
|
+
return {
|
|
1321
|
+
type: error$1,
|
|
1322
|
+
data: isFunction$4(errorData) ? errorData(context, event, meta) : errorData
|
|
1323
|
+
};
|
|
1324
|
+
}, __assign$1(__assign$1({}, options), {
|
|
1325
|
+
to: SpecialTargets.Parent
|
|
1326
|
+
}));
|
|
1327
|
+
}
|
|
1487
1328
|
function choose(conds) {
|
|
1488
1329
|
return {
|
|
1489
1330
|
type: ActionTypes.Choose,
|
|
@@ -1541,7 +1382,7 @@ function resolveActions(machine, currentState, currentContext, _event, actionBlo
|
|
|
1541
1382
|
deferredToBlockEnd.push(sendAction);
|
|
1542
1383
|
}
|
|
1543
1384
|
return sendAction;
|
|
1544
|
-
case log: {
|
|
1385
|
+
case log$1: {
|
|
1545
1386
|
var resolved = resolveLog(actionObject, updatedContext, _event);
|
|
1546
1387
|
predictableExec === null || predictableExec === void 0 ? void 0 : predictableExec(resolved, updatedContext, _event);
|
|
1547
1388
|
return resolved;
|
|
@@ -1560,7 +1401,7 @@ function resolveActions(machine, currentState, currentContext, _event, actionBlo
|
|
|
1560
1401
|
preservedContexts === null || preservedContexts === void 0 ? void 0 : preservedContexts.push(updatedContext);
|
|
1561
1402
|
return resolvedActionsFromChoose;
|
|
1562
1403
|
}
|
|
1563
|
-
case pure: {
|
|
1404
|
+
case pure$1: {
|
|
1564
1405
|
var matchedActions = actionObject.get(updatedContext, _event.data);
|
|
1565
1406
|
if (!matchedActions) {
|
|
1566
1407
|
return [];
|
|
@@ -1633,6 +1474,40 @@ function resolveActions(machine, currentState, currentContext, _event, actionBlo
|
|
|
1633
1474
|
var resolvedActions = flatten(actionBlocks.map(processBlock));
|
|
1634
1475
|
return [resolvedActions, updatedContext];
|
|
1635
1476
|
}
|
|
1477
|
+
var r$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1478
|
+
__proto__: null,
|
|
1479
|
+
actionTypes,
|
|
1480
|
+
after,
|
|
1481
|
+
assign: assign$1,
|
|
1482
|
+
cancel,
|
|
1483
|
+
choose,
|
|
1484
|
+
done,
|
|
1485
|
+
doneInvoke,
|
|
1486
|
+
error,
|
|
1487
|
+
escalate,
|
|
1488
|
+
forwardTo: forwardTo$1,
|
|
1489
|
+
getActionFunction,
|
|
1490
|
+
initEvent,
|
|
1491
|
+
isActionObject,
|
|
1492
|
+
log,
|
|
1493
|
+
pure,
|
|
1494
|
+
raise,
|
|
1495
|
+
resolveActions,
|
|
1496
|
+
resolveLog,
|
|
1497
|
+
resolveRaise,
|
|
1498
|
+
resolveSend,
|
|
1499
|
+
resolveStop,
|
|
1500
|
+
respond,
|
|
1501
|
+
send,
|
|
1502
|
+
sendParent,
|
|
1503
|
+
sendTo,
|
|
1504
|
+
sendUpdate: sendUpdate$1,
|
|
1505
|
+
start,
|
|
1506
|
+
stop,
|
|
1507
|
+
toActionObject,
|
|
1508
|
+
toActionObjects,
|
|
1509
|
+
toActivityDefinition
|
|
1510
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
1636
1511
|
var serviceStack = [];
|
|
1637
1512
|
var provide = function(service2, fn) {
|
|
1638
1513
|
serviceStack.push(service2);
|
|
@@ -2451,7 +2326,7 @@ var Interpreter = /* @__PURE__ */ function() {
|
|
|
2451
2326
|
_this.stopChild(action.activity.id);
|
|
2452
2327
|
break;
|
|
2453
2328
|
}
|
|
2454
|
-
case log:
|
|
2329
|
+
case log$1:
|
|
2455
2330
|
var label = action.label, value = action.value;
|
|
2456
2331
|
if (label) {
|
|
2457
2332
|
_this.logger(label, value);
|
|
@@ -4539,79 +4414,46 @@ function createMachine(config, options) {
|
|
|
4539
4414
|
return new StateNode(config, options);
|
|
4540
4415
|
}
|
|
4541
4416
|
var assign = assign$1, sendUpdate = sendUpdate$1, forwardTo = forwardTo$1;
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
},
|
|
4545
|
-
} }),
|
|
4546
|
-
} }),
|
|
4547
|
-
} }),
|
|
4548
|
-
return "";
|
|
4549
|
-
} }), f$2 = u$1({ formValues: function(r2) {
|
|
4550
|
-
return {};
|
|
4551
|
-
} }), v$1 = u$1({ touched: function(r2) {
|
|
4552
|
-
return {};
|
|
4553
|
-
} }), p$1 = u$1({ unverifiedContactMethods: function(r2) {
|
|
4554
|
-
} }), h$1 = u$1({ username: function(r2) {
|
|
4555
|
-
} }), V = u$1({ validationError: function(r2) {
|
|
4556
|
-
return {};
|
|
4557
|
-
} }), b = u$1({ totpSecretCode: function(r2, e2) {
|
|
4558
|
-
return e2.data;
|
|
4559
|
-
} }), g = u$1({ challengeName: function(r2, e2) {
|
|
4417
|
+
const { assign: o$2, stop: s$1 } = r$1, n$1 = (e2) => s$1(e2), i$2 = o$2({ attributeToVerify: (e2) => {
|
|
4418
|
+
} }), u = o$2({ challengeName: (e2) => {
|
|
4419
|
+
} }), m = o$2({ requiredAttributes: (e2) => {
|
|
4420
|
+
} }), l = o$2({ remoteError: (e2) => "" }), d = o$2({ formValues: (e2) => ({}) }), c = o$2({ touched: (e2) => ({}) }), p$1 = o$2({ unverifiedContactMethods: (e2) => {
|
|
4421
|
+
} }), f$1 = o$2({ username: (e2) => {
|
|
4422
|
+
} }), v$1 = o$2({ validationError: (e2) => ({}) }), h = o$2({ totpSecretCode: (e2, r2) => r2.data }), g$1 = o$2({ challengeName: (e2, r2) => {
|
|
4560
4423
|
var t2;
|
|
4561
|
-
return null === (t2 =
|
|
4562
|
-
} }),
|
|
4563
|
-
var t2,
|
|
4564
|
-
return null === (
|
|
4565
|
-
} }),
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
return
|
|
4569
|
-
} }),
|
|
4570
|
-
var t2, n2, o2 = r2.loginMechanisms[0];
|
|
4571
|
-
return { username: null !== (t2 = r2.formValues[o2]) && void 0 !== t2 ? t2 : r2.formValues.username, password: null === (n2 = r2.formValues) || void 0 === n2 ? void 0 : n2.password };
|
|
4572
|
-
} }), A$1 = u$1({ validationError: function(r2, e2) {
|
|
4573
|
-
return e2.data;
|
|
4574
|
-
} }), C = u$1({ remoteError: function(r2, e2) {
|
|
4424
|
+
return null === (t2 = r2.data) || void 0 === t2 ? void 0 : t2.challengeName;
|
|
4425
|
+
} }), b = o$2({ requiredAttributes: (e2, r2) => {
|
|
4426
|
+
var t2, a2;
|
|
4427
|
+
return null === (a2 = null === (t2 = r2.data) || void 0 === t2 ? void 0 : t2.challengeParam) || void 0 === a2 ? void 0 : a2.requiredAttributes;
|
|
4428
|
+
} }), V = o$2({ redirectIntent: (e2) => "confirmPasswordReset" }), j$1 = o$2({ redirectIntent: (e2) => "confirmSignUp" }), y$1 = o$2({ authAttributes: (e2, r2) => {
|
|
4429
|
+
var t2, a2;
|
|
4430
|
+
const [o2] = e2.loginMechanisms;
|
|
4431
|
+
return { username: null !== (t2 = e2.formValues[o2]) && void 0 !== t2 ? t2 : e2.formValues.username, password: null === (a2 = e2.formValues) || void 0 === a2 ? void 0 : a2.password };
|
|
4432
|
+
} }), O$1 = o$2({ validationError: (e2, r2) => r2.data }), _$1 = o$2({ remoteError: (e2, r2) => {
|
|
4575
4433
|
var t2;
|
|
4576
|
-
return "NoUserPoolError" ===
|
|
4577
|
-
} }),
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
return
|
|
4586
|
-
} }),
|
|
4587
|
-
|
|
4588
|
-
}
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
return __assign$2(__assign$2({}, e2.touched), ((n2 = {})["".concat(o2)] = true, n2));
|
|
4597
|
-
} }), I = function(r2) {
|
|
4598
|
-
return __awaiter(void 0, void 0, void 0, function() {
|
|
4599
|
-
var e2;
|
|
4600
|
-
return __generator(this, function(t2) {
|
|
4601
|
-
switch (t2.label) {
|
|
4602
|
-
case 0:
|
|
4603
|
-
return e2 = r2.username, [4, Auth.forgotPassword(e2)];
|
|
4604
|
-
case 1:
|
|
4605
|
-
return [2, t2.sent()];
|
|
4606
|
-
}
|
|
4607
|
-
});
|
|
4608
|
-
});
|
|
4609
|
-
}, U = u$1({ formValues: function(e2, t2) {
|
|
4610
|
-
var n2, o2, a2 = e2.loginMechanisms[0], u2 = void 0 === a2 ? "username" : a2;
|
|
4611
|
-
if (!e2.formValues.phone_number && "phone_number" !== u2)
|
|
4434
|
+
return "NoUserPoolError" === r2.data.name ? "Configuration error (see console) \u2013 please contact the administrator" : (null === (t2 = r2.data) || void 0 === t2 ? void 0 : t2.message) || r2.data;
|
|
4435
|
+
} }), w = o$2({ unverifiedContactMethods: (e2, r2) => r2.data.unverified }), A = o$2({ user: (e2, r2) => r2.data.user || r2.data }), C = o$2({ username: (e2, r2) => {
|
|
4436
|
+
let { formValues: { username: t2, country_code: a2 } } = e2;
|
|
4437
|
+
return a2 && (t2 = `${a2}${t2}`), t2;
|
|
4438
|
+
} }), E = o$2({ codeDeliveryDetails: (e2, r2) => r2.data.codeDeliveryDetails }), N = o$2({ authAttributes: (e2, r2) => ({ username: e2.formValues.username }) }), $ = o$2({ formValues: (e2, r2) => {
|
|
4439
|
+
const { name: t2, value: a2 } = r2.data;
|
|
4440
|
+
return Object.assign(Object.assign({}, e2.formValues), { [t2]: a2 });
|
|
4441
|
+
} }), D = o$2({ formValues: (e2, r2) => {
|
|
4442
|
+
const t2 = Object.assign(Object.assign({}, e2.formValues), r2.data);
|
|
4443
|
+
return p$2(t2, "password");
|
|
4444
|
+
} }), M = o$2({ touched: (e2, r2) => {
|
|
4445
|
+
const { name: t2 } = r2.data;
|
|
4446
|
+
return Object.assign(Object.assign({}, e2.touched), { [`${t2}`]: true });
|
|
4447
|
+
} }), P = (t2) => __awaiter(void 0, void 0, void 0, function* () {
|
|
4448
|
+
const { username: e2 } = t2;
|
|
4449
|
+
return yield Auth.forgotPassword(e2);
|
|
4450
|
+
}), q = o$2({ formValues: (e2, r2) => {
|
|
4451
|
+
var t2;
|
|
4452
|
+
const [a2 = "username"] = e2.loginMechanisms;
|
|
4453
|
+
if (!e2.formValues.phone_number && "phone_number" !== a2)
|
|
4612
4454
|
return e2.formValues;
|
|
4613
|
-
|
|
4614
|
-
return delete
|
|
4455
|
+
const { formValues: o2, country_code: s2 } = e2, n2 = o2.phone_number ? "phone_number" : "username", i2 = `${null !== (t2 = o2.country_code) && void 0 !== t2 ? t2 : s2}${o2[n2]}`.replace(/[^A-Z0-9+]/gi, ""), u2 = Object.assign(Object.assign({}, o2), { [n2]: i2 });
|
|
4456
|
+
return delete u2.country_code, u2;
|
|
4615
4457
|
} });
|
|
4616
4458
|
var isArray$9 = Array.isArray;
|
|
4617
4459
|
var isArray_1 = isArray$9;
|
|
@@ -5632,316 +5474,183 @@ var merge = createAssigner(function(object, source, srcIndex) {
|
|
|
5632
5474
|
baseMerge(object, source, srcIndex);
|
|
5633
5475
|
});
|
|
5634
5476
|
var merge_1 = merge;
|
|
5635
|
-
function
|
|
5636
|
-
return null !=
|
|
5477
|
+
function r(t2) {
|
|
5478
|
+
return null != t2 && !Array.isArray(t2) && "object" == typeof t2;
|
|
5637
5479
|
}
|
|
5638
|
-
function
|
|
5639
|
-
return "string" == typeof
|
|
5480
|
+
function n(t2) {
|
|
5481
|
+
return "string" == typeof t2 || "object" == typeof t2 && "[object String]" === Object.prototype.toString.call(t2);
|
|
5640
5482
|
}
|
|
5641
|
-
function
|
|
5642
|
-
return
|
|
5483
|
+
function e$1(t2) {
|
|
5484
|
+
return r(t2) && "[object Map]" === Object.prototype.toString.call(t2);
|
|
5643
5485
|
}
|
|
5644
|
-
function
|
|
5645
|
-
return
|
|
5486
|
+
function o$1(t2) {
|
|
5487
|
+
return r(t2) && "[object Set]" === Object.prototype.toString.call(t2);
|
|
5646
5488
|
}
|
|
5647
|
-
function
|
|
5648
|
-
if (null ==
|
|
5489
|
+
function i$1(t2) {
|
|
5490
|
+
if (null == t2)
|
|
5649
5491
|
return true;
|
|
5650
|
-
if (
|
|
5651
|
-
return !
|
|
5652
|
-
if (
|
|
5653
|
-
return !
|
|
5654
|
-
for (
|
|
5655
|
-
if (
|
|
5492
|
+
if (r(t2) && (e$1(t2) || o$1(t2)))
|
|
5493
|
+
return !t2.size;
|
|
5494
|
+
if (r(t2) && (n(t2) || Array.isArray(t2)))
|
|
5495
|
+
return !t2.length;
|
|
5496
|
+
for (const r2 in t2)
|
|
5497
|
+
if (s(t2, r2))
|
|
5656
5498
|
return false;
|
|
5657
5499
|
return true;
|
|
5658
5500
|
}
|
|
5659
|
-
function
|
|
5660
|
-
return null !=
|
|
5661
|
-
}
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
return r3(n2, s2, m2);
|
|
5670
|
-
}))];
|
|
5671
|
-
case 1:
|
|
5672
|
-
return r2 = e2.sent(), a2 = merge_1.apply(void 0, __spreadArray$1([{}], r2, false)), f$1(a2) ? [2, Promise.resolve()] : [2, Promise.reject(a2)];
|
|
5673
|
-
}
|
|
5674
|
-
});
|
|
5675
|
-
});
|
|
5676
|
-
};
|
|
5677
|
-
var e = { getAmplifyConfig: function() {
|
|
5678
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5679
|
-
return __generator(this, function(t2) {
|
|
5680
|
-
return [2, Amplify.configure()];
|
|
5681
|
-
});
|
|
5501
|
+
function s(t2, r2) {
|
|
5502
|
+
return null != t2 && Object.prototype.hasOwnProperty.call(t2, r2);
|
|
5503
|
+
}
|
|
5504
|
+
const e = (e2, m2, s2, t2) => __awaiter(void 0, void 0, void 0, function* () {
|
|
5505
|
+
const o2 = yield Promise.all(t2.map((o3) => o3(e2, m2, s2))), l2 = merge_1({}, ...o2);
|
|
5506
|
+
return i$1(l2) ? Promise.resolve() : Promise.reject(l2);
|
|
5507
|
+
});
|
|
5508
|
+
const o = { getAmplifyConfig() {
|
|
5509
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5510
|
+
return Amplify.configure();
|
|
5682
5511
|
});
|
|
5683
|
-
}, getCurrentUser
|
|
5684
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5685
|
-
return
|
|
5686
|
-
return [2, Auth.currentAuthenticatedUser()];
|
|
5687
|
-
});
|
|
5512
|
+
}, getCurrentUser() {
|
|
5513
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5514
|
+
return Auth.currentAuthenticatedUser();
|
|
5688
5515
|
});
|
|
5689
|
-
}, handleSignUp
|
|
5690
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5691
|
-
return
|
|
5692
|
-
return [2, Auth.signUp(__assign$2(__assign$2({}, i2), { autoSignIn: { enabled: true } }))];
|
|
5693
|
-
});
|
|
5516
|
+
}, handleSignUp(t2) {
|
|
5517
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5518
|
+
return Auth.signUp(Object.assign(Object.assign({}, t2), { autoSignIn: { enabled: true } }));
|
|
5694
5519
|
});
|
|
5695
|
-
}, handleSignIn:
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
return __generator(this, function(t2) {
|
|
5699
|
-
return [2, Auth.signIn(i2, o2)];
|
|
5700
|
-
});
|
|
5520
|
+
}, handleSignIn({ username: t2, password: n2 }) {
|
|
5521
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5522
|
+
return Auth.signIn(t2, n2);
|
|
5701
5523
|
});
|
|
5702
|
-
}, handleConfirmSignIn:
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
return __generator(this, function(t2) {
|
|
5706
|
-
return [2, Auth.confirmSignIn(i2, o2, e2)];
|
|
5707
|
-
});
|
|
5524
|
+
}, handleConfirmSignIn({ user: t2, code: n2, mfaType: o2 }) {
|
|
5525
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5526
|
+
return Auth.confirmSignIn(t2, n2, o2);
|
|
5708
5527
|
});
|
|
5709
|
-
}, handleConfirmSignUp:
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
return __generator(this, function(t2) {
|
|
5713
|
-
switch (t2.label) {
|
|
5714
|
-
case 0:
|
|
5715
|
-
return [4, Auth.confirmSignUp(i2, o2)];
|
|
5716
|
-
case 1:
|
|
5717
|
-
return [2, t2.sent()];
|
|
5718
|
-
}
|
|
5719
|
-
});
|
|
5528
|
+
}, handleConfirmSignUp({ username: t2, code: n2 }) {
|
|
5529
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5530
|
+
return yield Auth.confirmSignUp(t2, n2);
|
|
5720
5531
|
});
|
|
5721
|
-
}, handleForgotPasswordSubmit:
|
|
5722
|
-
|
|
5723
|
-
|
|
5724
|
-
return __generator(this, function(t2) {
|
|
5725
|
-
return [2, Auth.forgotPasswordSubmit(i2, o2, e2)];
|
|
5726
|
-
});
|
|
5532
|
+
}, handleForgotPasswordSubmit({ username: t2, code: n2, password: o2 }) {
|
|
5533
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5534
|
+
return Auth.forgotPasswordSubmit(t2, n2, o2);
|
|
5727
5535
|
});
|
|
5728
|
-
}, handleForgotPassword
|
|
5729
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5730
|
-
return
|
|
5731
|
-
return [2, Auth.forgotPassword(r2)];
|
|
5732
|
-
});
|
|
5536
|
+
}, handleForgotPassword(t2) {
|
|
5537
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5538
|
+
return Auth.forgotPassword(t2);
|
|
5733
5539
|
});
|
|
5734
|
-
}, validateCustomSignUp
|
|
5735
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5736
|
-
return __generator(this, function(t2) {
|
|
5737
|
-
return [2];
|
|
5738
|
-
});
|
|
5540
|
+
}, validateCustomSignUp(t2, s2) {
|
|
5541
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5739
5542
|
});
|
|
5740
|
-
}, validateFormPassword
|
|
5741
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
return
|
|
5745
|
-
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
|
|
5543
|
+
}, validateFormPassword(t2, s2, o2) {
|
|
5544
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5545
|
+
const { password: r2 } = t2, { password: e2 } = s2;
|
|
5546
|
+
if (!e2 || !o2)
|
|
5547
|
+
return null;
|
|
5548
|
+
const i2 = [], a2 = +(null == o2 ? void 0 : o2.passwordPolicyMinLength);
|
|
5549
|
+
r2.length < a2 && i2.push(`Password must have at least ${a2} characters`);
|
|
5550
|
+
const u2 = null == o2 ? void 0 : o2.passwordPolicyCharacters;
|
|
5551
|
+
return null == u2 || u2.forEach((t3) => {
|
|
5552
|
+
switch (t3) {
|
|
5553
|
+
case "REQUIRES_LOWERCASE":
|
|
5554
|
+
/[a-z]/.test(r2) || i2.push("Password must have lower case letters");
|
|
5555
|
+
break;
|
|
5556
|
+
case "REQUIRES_UPPERCASE":
|
|
5557
|
+
/[A-Z]/.test(r2) || i2.push("Password must have upper case letters");
|
|
5558
|
+
break;
|
|
5559
|
+
case "REQUIRES_NUMBERS":
|
|
5560
|
+
/[0-9]/.test(r2) || i2.push("Password must have numbers");
|
|
5561
|
+
break;
|
|
5562
|
+
case "REQUIRES_SYMBOLS":
|
|
5563
|
+
h$1(r2) || i2.push("Password must have special characters");
|
|
5564
|
+
}
|
|
5565
|
+
}), 0 !== i2.length ? { password: i2 } : null;
|
|
5760
5566
|
});
|
|
5761
|
-
}, validateConfirmPassword
|
|
5762
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5763
|
-
|
|
5764
|
-
return
|
|
5765
|
-
return t2 = r2.password, s2 = r2.confirm_password, o2 = i2.confirm_password, e2 = i2.password, t2 || s2 ? (t2 || s2) && t2 !== s2 && (o2 && e2 || (null == t2 ? void 0 : t2.length) >= 6 && (null == s2 ? void 0 : s2.length) >= 6) ? [2, { confirm_password: "Your passwords must match" }] : [2] : [2, null];
|
|
5766
|
-
});
|
|
5567
|
+
}, validateConfirmPassword(t2, s2) {
|
|
5568
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5569
|
+
const { password: r2, confirm_password: n2 } = t2, { confirm_password: o2, password: e2 } = s2;
|
|
5570
|
+
return r2 || n2 ? (r2 || n2) && r2 !== n2 && (o2 && e2 || (null == r2 ? void 0 : r2.length) >= 6 && (null == n2 ? void 0 : n2.length) >= 6) ? { confirm_password: "Your passwords must match" } : void 0 : null;
|
|
5767
5571
|
});
|
|
5768
|
-
}, validatePreferredUsername
|
|
5769
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5770
|
-
return __generator(this, function(t2) {
|
|
5771
|
-
return [2];
|
|
5772
|
-
});
|
|
5572
|
+
}, validatePreferredUsername(t2, s2) {
|
|
5573
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5773
5574
|
});
|
|
5774
5575
|
} };
|
|
5775
|
-
|
|
5776
|
-
|
|
5777
|
-
}, D
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
return createMachine({ initial: "init", id: "signInActor", predictableActionArguments: true, states: { init: { always: [{ target: "autoSignIn.submit", cond: "shouldAutoSubmit" }, { target: "autoSignIn", cond: "shouldAutoSignIn" }, { target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["parsePhoneNumber", "clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedContactMethods" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, autoSignIn: { initial: "pending", states: { pending: { tags: ["pending"], entry: ["clearError", "sendUpdate"], on: { AUTO_SIGN_IN: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "#signInActor.resolved" }], AUTO_SIGN_IN_FAILURE: { actions: "setRemoteError", target: "pending" } } }, submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "#signInActor.resolved" }], onError: { actions: "setRemoteError", target: "#signInActor.signIn" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "getTotpSecretCode", exit: ["clearFormValues", "clearError", "clearTouched"], states: { getTotpSecretCode: { invoke: { src: "getTotpSecretCode", onDone: { target: "edit", actions: "setTotpSecretCode" }, onError: { target: "edit", actions: "setRemoteError" } } }, edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["clearChallengeName", "clearRequiredAttributes"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedContactMethods", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: function(e2) {
|
|
5785
|
-
return { user: e2.user };
|
|
5786
|
-
} }, rejected: { type: "final", data: function(e2, t2) {
|
|
5787
|
-
return { intent: e2.redirectIntent, authAttributes: e2.authAttributes };
|
|
5788
|
-
} } } }, { actions: { clearAttributeToVerify: c, clearChallengeName: m, clearRequiredAttributes: l, clearError: d, clearFormValues: f$2, clearTouched: v$1, clearUnverifiedContactMethods: p$1, clearValidationError: V, handleInput: q, handleSubmit: S, handleBlur: x, parsePhoneNumber: U, setChallengeName: g, setConfirmResetPasswordIntent: _, setConfirmSignUpIntent: w, setRequiredAttributes: y$1, setCredentials: j$1, setFieldErrors: A$1, setRemoteError: C, setTotpSecretCode: b, setUnverifiedContactMethods: E, setUser: N, setUsernameAuthAttributes: P, sendUpdate: sendUpdate() }, guards: { shouldAutoSignIn: function(e2) {
|
|
5789
|
-
return "autoSignIn" === (null == e2 ? void 0 : e2.intent);
|
|
5790
|
-
}, shouldAutoSubmit: function(e2) {
|
|
5791
|
-
return "autoSignInSubmit" === (null == e2 ? void 0 : e2.intent);
|
|
5792
|
-
}, shouldConfirmSignIn: function(e2, t2) {
|
|
5793
|
-
return M(O(t2));
|
|
5794
|
-
}, shouldForceChangePassword: function(e2, t2) {
|
|
5795
|
-
return D(O(t2), "NEW_PASSWORD_REQUIRED");
|
|
5796
|
-
}, shouldRedirectToConfirmResetPassword: function(e2, t2) {
|
|
5797
|
-
return "PasswordResetRequiredException" === t2.data.code;
|
|
5798
|
-
}, shouldRedirectToConfirmSignUp: function(e2, t2) {
|
|
5799
|
-
return "UserNotConfirmedException" === t2.data.code;
|
|
5800
|
-
}, shouldRequestVerification: function(e2, t2) {
|
|
5801
|
-
var r2 = t2.data, n2 = r2.unverified, i2 = r2.verified;
|
|
5802
|
-
return f$1(i2) && !f$1(n2);
|
|
5803
|
-
}, shouldSetupTOTP: function(e2, t2) {
|
|
5804
|
-
return D(O(t2), "MFA_SETUP");
|
|
5805
|
-
} }, services: { signIn: function(n2) {
|
|
5806
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5807
|
-
var e2, i2, o3, s2, a2, c2, d2;
|
|
5808
|
-
return __generator(this, function(t2) {
|
|
5809
|
-
switch (t2.label) {
|
|
5810
|
-
case 0:
|
|
5811
|
-
return e2 = n2.authAttributes, i2 = void 0 === e2 ? {} : e2, o3 = n2.formValues, s2 = void 0 === o3 ? {} : o3, a2 = __assign$2(__assign$2({}, i2), s2), c2 = a2.username, d2 = a2.password, [4, k2.handleSignIn({ username: c2, password: d2 })];
|
|
5812
|
-
case 1:
|
|
5813
|
-
return [2, t2.sent()];
|
|
5814
|
-
}
|
|
5815
|
-
});
|
|
5576
|
+
const _ = ["SMS_MFA", "SOFTWARE_TOKEN_MFA"], F = (e2) => get_1(e2, "data.challengeName"), O = (e2, t2) => e2 === t2, j = (e2) => _.includes(e2);
|
|
5577
|
+
function k({ services: n2 }) {
|
|
5578
|
+
return createMachine({ initial: "init", id: "signInActor", predictableActionArguments: true, states: { init: { always: [{ target: "autoSignIn.submit", cond: "shouldAutoSubmit" }, { target: "autoSignIn", cond: "shouldAutoSignIn" }, { target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["parsePhoneNumber", "clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedContactMethods" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, autoSignIn: { initial: "pending", states: { pending: { tags: ["pending"], entry: ["clearError", "sendUpdate"], on: { AUTO_SIGN_IN: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "#signInActor.resolved" }], AUTO_SIGN_IN_FAILURE: { actions: "setRemoteError", target: "pending" } } }, submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "#signInActor.resolved" }], onError: { actions: "setRemoteError", target: "#signInActor.signIn" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "getTotpSecretCode", exit: ["clearFormValues", "clearError", "clearTouched"], states: { getTotpSecretCode: { invoke: { src: "getTotpSecretCode", onDone: { target: "edit", actions: "setTotpSecretCode" }, onError: { target: "edit", actions: "setRemoteError" } } }, edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["clearChallengeName", "clearRequiredAttributes"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedContactMethods", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: (e2) => ({ user: e2.user }) }, rejected: { type: "final", data: (e2, t2) => ({ intent: e2.redirectIntent, authAttributes: e2.authAttributes }) } } }, { actions: { clearAttributeToVerify: i$2, clearChallengeName: u, clearRequiredAttributes: m, clearError: l, clearFormValues: d, clearTouched: c, clearUnverifiedContactMethods: p$1, clearValidationError: v$1, handleInput: $, handleSubmit: D, handleBlur: M, parsePhoneNumber: q, setChallengeName: g$1, setConfirmResetPasswordIntent: V, setConfirmSignUpIntent: j$1, setRequiredAttributes: b, setCredentials: y$1, setFieldErrors: O$1, setRemoteError: _$1, setTotpSecretCode: h, setUnverifiedContactMethods: w, setUser: A, setUsernameAuthAttributes: N, sendUpdate: sendUpdate() }, guards: { shouldAutoSignIn: (e2) => "autoSignIn" === (null == e2 ? void 0 : e2.intent), shouldAutoSubmit: (e2) => "autoSignInSubmit" === (null == e2 ? void 0 : e2.intent), shouldConfirmSignIn: (e2, t2) => j(F(t2)), shouldForceChangePassword: (e2, t2) => O(F(t2), "NEW_PASSWORD_REQUIRED"), shouldRedirectToConfirmResetPassword: (e2, t2) => "PasswordResetRequiredException" === t2.data.code, shouldRedirectToConfirmSignUp: (e2, t2) => "UserNotConfirmedException" === t2.data.code, shouldRequestVerification: (e2, t2) => {
|
|
5579
|
+
const { unverified: r2, verified: n3 } = t2.data;
|
|
5580
|
+
return i$1(n3) && !i$1(r2);
|
|
5581
|
+
}, shouldSetupTOTP: (e2, t2) => O(F(t2), "MFA_SETUP") }, services: { signIn(t2) {
|
|
5582
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5583
|
+
const { authAttributes: e2 = {}, formValues: r2 = {} } = t2, o2 = Object.assign(Object.assign({}, e2), r2), { username: i2, password: s2 } = o2;
|
|
5584
|
+
return yield n2.handleSignIn({ username: i2, password: s2 });
|
|
5816
5585
|
});
|
|
5817
|
-
}, confirmSignIn
|
|
5818
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5819
|
-
|
|
5820
|
-
return
|
|
5821
|
-
switch (t2.label) {
|
|
5822
|
-
case 0:
|
|
5823
|
-
return e2 = r2.challengeName, n2 = r2.user, o3 = r2.formValues.confirmation_code, s2 = M(e2) ? e2 : void 0, [4, k2.handleConfirmSignIn({ user: n2, code: o3, mfaType: s2 })];
|
|
5824
|
-
case 1:
|
|
5825
|
-
return t2.sent(), [4, Auth.currentAuthenticatedUser()];
|
|
5826
|
-
case 2:
|
|
5827
|
-
return [2, t2.sent()];
|
|
5828
|
-
}
|
|
5829
|
-
});
|
|
5586
|
+
}, confirmSignIn(t2) {
|
|
5587
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5588
|
+
const { challengeName: e2, user: o2 } = t2, { confirmation_code: i2 } = t2.formValues, s2 = j(e2) ? e2 : void 0;
|
|
5589
|
+
return yield n2.handleConfirmSignIn({ user: o2, code: i2, mfaType: s2 }), yield Auth.currentAuthenticatedUser();
|
|
5830
5590
|
});
|
|
5831
|
-
}, forceNewPassword
|
|
5832
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
case 3:
|
|
5843
|
-
return f2 = t2.sent(), [2, Promise.reject(f2)];
|
|
5844
|
-
case 4:
|
|
5845
|
-
return [2];
|
|
5846
|
-
}
|
|
5847
|
-
});
|
|
5591
|
+
}, forceNewPassword(n3) {
|
|
5592
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5593
|
+
const { user: e2, formValues: o2 } = n3;
|
|
5594
|
+
let i2, { password: s2, confirm_password: a2, phone_number: d2, country_code: c2 } = o2, l2 = __rest$2(o2, ["password", "confirm_password", "phone_number", "country_code"]);
|
|
5595
|
+
d2 && (i2 = `${c2}${d2}`.replace(/[^A-Z0-9+]/gi, ""), l2 = Object.assign(Object.assign({}, l2), { phone_number: i2 }));
|
|
5596
|
+
try {
|
|
5597
|
+
const t2 = yield Auth.completeNewPassword(e2, s2, l2);
|
|
5598
|
+
return t2.challengeName ? t2 : Auth.currentAuthenticatedUser();
|
|
5599
|
+
} catch (e3) {
|
|
5600
|
+
return Promise.reject(e3);
|
|
5601
|
+
}
|
|
5848
5602
|
});
|
|
5849
|
-
}, getTotpSecretCode
|
|
5850
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5851
|
-
|
|
5852
|
-
return
|
|
5853
|
-
return e2 = r2.user, [2, Auth.setupTOTP(e2)];
|
|
5854
|
-
});
|
|
5603
|
+
}, getTotpSecretCode(t2) {
|
|
5604
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5605
|
+
const { user: e2 } = t2;
|
|
5606
|
+
return Auth.setupTOTP(e2);
|
|
5855
5607
|
});
|
|
5856
|
-
}, verifyTotpToken
|
|
5857
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5858
|
-
|
|
5859
|
-
return
|
|
5860
|
-
return e2 = r2.formValues, n2 = r2.user, o3 = e2.confirmation_code, [2, Auth.verifyTotpToken(n2, o3)];
|
|
5861
|
-
});
|
|
5608
|
+
}, verifyTotpToken(t2) {
|
|
5609
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5610
|
+
const { formValues: e2, user: n3 } = t2, { confirmation_code: o2 } = e2;
|
|
5611
|
+
return Auth.verifyTotpToken(n3, o2);
|
|
5862
5612
|
});
|
|
5863
|
-
}, federatedSignIn
|
|
5864
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5865
|
-
|
|
5866
|
-
return
|
|
5867
|
-
switch (t2.label) {
|
|
5868
|
-
case 0:
|
|
5869
|
-
return e2 = n2.data.provider, [4, Auth.federatedSignIn({ provider: e2 })];
|
|
5870
|
-
case 1:
|
|
5871
|
-
return [2, t2.sent()];
|
|
5872
|
-
}
|
|
5873
|
-
});
|
|
5613
|
+
}, federatedSignIn(t2, n3) {
|
|
5614
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5615
|
+
const { provider: e2 } = n3.data;
|
|
5616
|
+
return yield Auth.federatedSignIn({ provider: e2 });
|
|
5874
5617
|
});
|
|
5875
|
-
}, checkVerifiedContact
|
|
5876
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5877
|
-
|
|
5878
|
-
return
|
|
5879
|
-
switch (t2.label) {
|
|
5880
|
-
case 0:
|
|
5881
|
-
return e2 = r2.user, [4, Auth.verifiedContact(e2)];
|
|
5882
|
-
case 1:
|
|
5883
|
-
return [2, t2.sent()];
|
|
5884
|
-
}
|
|
5885
|
-
});
|
|
5618
|
+
}, checkVerifiedContact(t2) {
|
|
5619
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5620
|
+
const { user: e2 } = t2;
|
|
5621
|
+
return yield Auth.verifiedContact(e2);
|
|
5886
5622
|
});
|
|
5887
|
-
}, verifyUser
|
|
5888
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5889
|
-
|
|
5890
|
-
return
|
|
5891
|
-
switch (t2.label) {
|
|
5892
|
-
case 0:
|
|
5893
|
-
return e2 = r2.formValues.unverifiedAttr, [4, Auth.verifyCurrentUserAttribute(e2)];
|
|
5894
|
-
case 1:
|
|
5895
|
-
return n2 = t2.sent(), r2.attributeToVerify = e2, [2, n2];
|
|
5896
|
-
}
|
|
5897
|
-
});
|
|
5623
|
+
}, verifyUser(t2) {
|
|
5624
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5625
|
+
const { unverifiedAttr: e2 } = t2.formValues, n3 = yield Auth.verifyCurrentUserAttribute(e2);
|
|
5626
|
+
return t2.attributeToVerify = e2, n3;
|
|
5898
5627
|
});
|
|
5899
|
-
}, confirmVerifyUser
|
|
5900
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5901
|
-
|
|
5902
|
-
return
|
|
5903
|
-
switch (t2.label) {
|
|
5904
|
-
case 0:
|
|
5905
|
-
return e2 = r2.attributeToVerify, n2 = r2.formValues.confirmation_code, [4, Auth.verifyCurrentUserAttributeSubmit(e2, n2)];
|
|
5906
|
-
case 1:
|
|
5907
|
-
return [2, t2.sent()];
|
|
5908
|
-
}
|
|
5909
|
-
});
|
|
5628
|
+
}, confirmVerifyUser(t2) {
|
|
5629
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5630
|
+
const { attributeToVerify: e2 } = t2, { confirmation_code: n3 } = t2.formValues;
|
|
5631
|
+
return yield Auth.verifyCurrentUserAttributeSubmit(e2, n3);
|
|
5910
5632
|
});
|
|
5911
|
-
}, validateFields
|
|
5912
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5913
|
-
return
|
|
5914
|
-
return [2, n$1(r2.formValues, r2.touched, r2.passwordSettings, [e.validateFormPassword, e.validateConfirmPassword])];
|
|
5915
|
-
});
|
|
5633
|
+
}, validateFields(t2) {
|
|
5634
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5635
|
+
return e(t2.formValues, t2.touched, t2.passwordSettings, [o.validateFormPassword, o.validateConfirmPassword]);
|
|
5916
5636
|
});
|
|
5917
5637
|
} } });
|
|
5918
5638
|
}
|
|
5919
|
-
|
|
5920
|
-
|
|
5921
|
-
} } })
|
|
5922
|
-
function
|
|
5923
|
-
|
|
5924
|
-
|
|
5925
|
-
return !(!e2.intent || "confirmPasswordReset" !== e2.intent);
|
|
5926
|
-
} }, services: { resetPassword: function(t2) {
|
|
5927
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5928
|
-
var e2;
|
|
5929
|
-
return __generator(this, function(r2) {
|
|
5930
|
-
return e2 = t2.username, [2, w2.handleForgotPassword(e2)];
|
|
5931
|
-
});
|
|
5639
|
+
const i = createMachine({ initial: "pending", id: "signOutActor", predictableActionArguments: true, states: { pending: { tags: ["pending"], invoke: { src: "signOut", onDone: "resolved", onError: "rejected" } }, resolved: { type: "final" }, rejected: { type: "final" } } }, { services: { signOut: () => Auth.signOut() } });
|
|
5640
|
+
function f({ services: f2 }) {
|
|
5641
|
+
return createMachine({ id: "resetPasswordActor", initial: "init", predictableActionArguments: true, states: { init: { always: [{ target: "confirmResetPassword", cond: "shouldAutoConfirmReset", actions: "resendCode" }, { target: "resetPassword" }] }, resetPassword: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, submit: { tags: ["pending"], entry: ["sendUpdate", "setUsername", "clearError"], invoke: { src: "resetPassword", onDone: { target: "#resetPasswordActor.confirmResetPassword" }, onError: { actions: ["setRemoteError"], target: "edit" } } } } }, confirmResetPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearUsername", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, RESEND: "resendCode", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, resendCode: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "resetPassword", onDone: { target: "idle" }, onError: { actions: "setRemoteError", target: "idle" } } }, pending: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "confirmResetPassword", onDone: { actions: "clearUsername", target: "#resetPasswordActor.resolved" }, onError: { actions: "setRemoteError", target: "idle" } } } } } } }, resolved: { type: "final" } } }, { actions: { clearError: l, clearFormValues: d, clearTouched: c, clearUsername: f$1, clearValidationError: v$1, handleInput: $, handleSubmit: D, handleBlur: M, resendCode: P, setFieldErrors: O$1, setRemoteError: _$1, setUsername: C, sendUpdate: sendUpdate() }, guards: { shouldAutoConfirmReset: (e2, r2) => !(!e2.intent || "confirmPasswordReset" !== e2.intent) }, services: { resetPassword(r2) {
|
|
5642
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5643
|
+
const { username: e2 } = r2;
|
|
5644
|
+
return f2.handleForgotPassword(e2);
|
|
5932
5645
|
});
|
|
5933
|
-
}, confirmResetPassword
|
|
5934
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5935
|
-
|
|
5936
|
-
return
|
|
5937
|
-
return e2 = t2.username, n2 = t2.formValues, s2 = n2.confirmation_code, o2 = n2.password, [2, w2.handleForgotPasswordSubmit({ username: e2, code: s2, password: o2 })];
|
|
5938
|
-
});
|
|
5646
|
+
}, confirmResetPassword(r2) {
|
|
5647
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5648
|
+
const { username: e2 } = r2, { confirmation_code: t2, password: s2 } = r2.formValues;
|
|
5649
|
+
return f2.handleForgotPasswordSubmit({ username: e2, code: t2, password: s2 });
|
|
5939
5650
|
});
|
|
5940
|
-
}, validateFields
|
|
5941
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
5942
|
-
return
|
|
5943
|
-
return [2, n$1(t2.formValues, t2.touched, t2.passwordSettings, [e.validateFormPassword, e.validateConfirmPassword])];
|
|
5944
|
-
});
|
|
5651
|
+
}, validateFields(r2, t2) {
|
|
5652
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5653
|
+
return e(r2.formValues, r2.touched, r2.passwordSettings, [o.validateFormPassword, o.validateConfirmPassword]);
|
|
5945
5654
|
});
|
|
5946
5655
|
} } });
|
|
5947
5656
|
}
|
|
@@ -6506,161 +6215,107 @@ function pickBy(object, predicate) {
|
|
|
6506
6215
|
});
|
|
6507
6216
|
}
|
|
6508
6217
|
var pickBy_1 = pickBy;
|
|
6509
|
-
function y(y2) {
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
return e2.intent && "confirmSignUp" === e2.intent;
|
|
6518
|
-
}, shouldSkipConfirm: function(e2, n2) {
|
|
6519
|
-
return n2.data.userConfirmed;
|
|
6520
|
-
} }, actions: { clearError: d, clearFormValues: f$2, clearTouched: v$1, clearValidationError: V, handleInput: q, handleSubmit: S, handleBlur: x, parsePhoneNumber: U, setCredentials: j$1, setFieldErrors: A$1, setRemoteError: C, setCodeDeliveryDetails: M$1, setUser: N, sendUpdate: sendUpdate(), setAutoSignInIntent: assign({ intent: function(e2) {
|
|
6521
|
-
return "confirmSignUp" === (null == e2 ? void 0 : e2.intent) ? "autoSignInSubmit" : "autoSignIn";
|
|
6522
|
-
} }) }, services: { confirmSignUp: function(t2, i2) {
|
|
6523
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
6524
|
-
var e2, i3, a2, s2, o2;
|
|
6525
|
-
return __generator(this, function(n2) {
|
|
6526
|
-
switch (n2.label) {
|
|
6527
|
-
case 0:
|
|
6528
|
-
return e2 = t2.user, i3 = t2.authAttributes, a2 = t2.formValues, s2 = a2.confirmation_code, o2 = get_1(e2, "username") || get_1(i3, "username"), [4, C$12.handleConfirmSignUp({ username: o2, code: s2 })];
|
|
6529
|
-
case 1:
|
|
6530
|
-
return [2, n2.sent()];
|
|
6531
|
-
}
|
|
6532
|
-
});
|
|
6218
|
+
function y({ services: y2 }) {
|
|
6219
|
+
return createMachine({ id: "signUpActor", initial: "init", predictableActionArguments: true, states: { init: { always: [{ target: "confirmSignUp", cond: "shouldInitConfirmSignUp" }, { target: "signUp" }] }, signUp: { type: "parallel", exit: ["clearError", "clearFormValues", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateSignUp", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "federatedSignIn", onDone: "#signUpActor.resolved", onError: { actions: "setRemoteError" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateSignUp", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: ["parsePhoneNumber", "sendUpdate", "clearError"], invoke: { src: "signUp", onDone: [{ cond: "shouldSkipConfirm", target: "skipConfirm", actions: ["setUser", "setCredentials"] }, { target: "resolved", actions: ["setUser", "setCredentials", "setCodeDeliveryDetails"] }], onError: { target: "idle", actions: "setRemoteError" } } }, skipConfirm: { always: { target: "#signUpActor.resolved", actions: "setAutoSignInIntent" } }, resolved: { type: "final", always: "#signUpActor.confirmSignUp" } } } } }, confirmSignUp: { initial: "edit", states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" }, RESEND: "resend" } }, resend: { tags: ["pending"], entry: "sendUpdate", invoke: { src: "resendConfirmationCode", onDone: { target: "edit" }, onError: [{ target: "#signUpActor.resolved", actions: "setAutoSignInIntent", cond: "isUserAlreadyConfirmed" }, { target: "edit", actions: "setRemoteError" }] } }, submit: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "confirmSignUp", onDone: { target: "#signUpActor.resolved", actions: "setAutoSignInIntent" }, onError: { target: "edit", actions: "setRemoteError" } } } } }, resolved: { type: "final", data: (e2, t2) => {
|
|
6220
|
+
const { username: r2, password: i2 } = e2.authAttributes;
|
|
6221
|
+
return { user: get_1(t2, "data.user") || e2.user, authAttributes: { username: r2, password: i2 }, intent: e2.intent };
|
|
6222
|
+
} } } }, { guards: { isUserAlreadyConfirmed: (e2, t2) => "User is already confirmed." === t2.data.message, shouldInitConfirmSignUp: (e2) => e2.intent && "confirmSignUp" === e2.intent, shouldSkipConfirm: (e2, t2) => t2.data.userConfirmed }, actions: { clearError: l, clearFormValues: d, clearTouched: c, clearValidationError: v$1, handleInput: $, handleSubmit: D, handleBlur: M, parsePhoneNumber: q, setCredentials: y$1, setFieldErrors: O$1, setRemoteError: _$1, setCodeDeliveryDetails: E, setUser: A, sendUpdate: sendUpdate(), setAutoSignInIntent: assign({ intent: (e2) => "confirmSignUp" === (null == e2 ? void 0 : e2.intent) ? "autoSignInSubmit" : "autoSignIn" }) }, services: { confirmSignUp(t2, r2) {
|
|
6223
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6224
|
+
const { user: e2, authAttributes: r3, formValues: i2 } = t2, { confirmation_code: a2 } = i2, s2 = get_1(e2, "username") || get_1(r3, "username");
|
|
6225
|
+
return yield y2.handleConfirmSignUp({ username: s2, code: a2 });
|
|
6533
6226
|
});
|
|
6534
|
-
}, resendConfirmationCode
|
|
6535
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
6536
|
-
|
|
6537
|
-
return
|
|
6538
|
-
return e2 = i2.user, a3 = i2.authAttributes, s2 = get_1(e2, "username") || get_1(a3, "username"), [2, Auth.resendSignUp(s2)];
|
|
6539
|
-
});
|
|
6227
|
+
}, resendConfirmationCode(r2, i2) {
|
|
6228
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6229
|
+
const { user: e2, authAttributes: i3 } = r2, a2 = get_1(e2, "username") || get_1(i3, "username");
|
|
6230
|
+
return Auth.resendSignUp(a2);
|
|
6540
6231
|
});
|
|
6541
|
-
}, federatedSignIn
|
|
6542
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
6543
|
-
|
|
6544
|
-
return
|
|
6545
|
-
switch (n2.label) {
|
|
6546
|
-
case 0:
|
|
6547
|
-
return e2 = i2.data.provider, [4, Auth.federatedSignIn({ provider: e2 })];
|
|
6548
|
-
case 1:
|
|
6549
|
-
return [2, n2.sent()];
|
|
6550
|
-
}
|
|
6551
|
-
});
|
|
6232
|
+
}, federatedSignIn(n2, r2) {
|
|
6233
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6234
|
+
const { provider: e2 } = r2.data;
|
|
6235
|
+
return yield Auth.federatedSignIn({ provider: e2 });
|
|
6552
6236
|
});
|
|
6553
|
-
}, signUp
|
|
6554
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
case
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
case "zoneinfo":
|
|
6578
|
-
return true;
|
|
6579
|
-
default:
|
|
6580
|
-
return n3.startsWith("custom:");
|
|
6581
|
-
}
|
|
6582
|
-
}), [4, C$12.handleSignUp({ username: o2, password: d2, attributes: c2 })];
|
|
6583
|
-
case 1:
|
|
6584
|
-
return [2, n2.sent()];
|
|
6237
|
+
}, signUp(t2, n2) {
|
|
6238
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6239
|
+
const { formValues: e2, loginMechanisms: n3 } = t2, [i2 = "username"] = n3, { [i2]: a2, password: s2 } = e2, o2 = pickBy_1(e2, (e3, t3) => {
|
|
6240
|
+
switch (t3) {
|
|
6241
|
+
case "address":
|
|
6242
|
+
case "birthdate":
|
|
6243
|
+
case "email":
|
|
6244
|
+
case "family_name":
|
|
6245
|
+
case "gender":
|
|
6246
|
+
case "given_name":
|
|
6247
|
+
case "locale":
|
|
6248
|
+
case "middle_name":
|
|
6249
|
+
case "name":
|
|
6250
|
+
case "nickname":
|
|
6251
|
+
case "phone_number":
|
|
6252
|
+
case "picture":
|
|
6253
|
+
case "preferred_username":
|
|
6254
|
+
case "profile":
|
|
6255
|
+
case "updated_at":
|
|
6256
|
+
case "website":
|
|
6257
|
+
case "zoneinfo":
|
|
6258
|
+
return true;
|
|
6259
|
+
default:
|
|
6260
|
+
return t3.startsWith("custom:");
|
|
6585
6261
|
}
|
|
6586
6262
|
});
|
|
6263
|
+
return yield y2.handleSignUp({ username: a2, password: s2, attributes: o2 });
|
|
6587
6264
|
});
|
|
6588
|
-
}, validateSignUp
|
|
6589
|
-
return __awaiter(this, void 0, void 0, function() {
|
|
6590
|
-
return
|
|
6591
|
-
return [2, n$1(t2.formValues, t2.touched, t2.passwordSettings, [C$12.validateFormPassword, C$12.validateConfirmPassword, C$12.validatePreferredUsername, C$12.validateCustomSignUp])];
|
|
6592
|
-
});
|
|
6265
|
+
}, validateSignUp(t2, n2) {
|
|
6266
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6267
|
+
return e(t2.formValues, t2.touched, t2.passwordSettings, [y2.validateFormPassword, y2.validateConfirmPassword, y2.validatePreferredUsername, y2.validateCustomSignUp]);
|
|
6593
6268
|
});
|
|
6594
6269
|
} } });
|
|
6595
6270
|
}
|
|
6596
|
-
|
|
6597
|
-
function
|
|
6598
|
-
return createMachine({ id: "authenticator", initial: "idle", context: { user: void 0, config: {}, services:
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
})) && void 0 !== a2 ? a2 : [], f2 = null !== (c2 = null === (s2 = n2.data.aws_cognito_signup_attributes) || void 0 === s2 ? void 0 : s2.map(function(t3) {
|
|
6614
|
-
return t3.toLowerCase();
|
|
6615
|
-
})) && void 0 !== c2 ? c2 : [], p2 = null !== (d2 = null === (u2 = n2.data.aws_cognito_social_providers) || void 0 === u2 ? void 0 : u2.map(function(t3) {
|
|
6616
|
-
return t3.toLowerCase();
|
|
6617
|
-
})) && void 0 !== d2 ? d2 : [], w2 = n2.data.aws_cognito_password_protection_settings || {};
|
|
6618
|
-
0 === g2.length && g2.push("username");
|
|
6619
|
-
var S2 = t2.config, m2 = S2.loginMechanisms, h2 = S2.signUpAttributes, D2 = S2.socialProviders, I2 = S2.initialState;
|
|
6620
|
-
return { loginMechanisms: null != m2 ? m2 : g2, formFields: null !== (l2 = A(S2.formFields)) && void 0 !== l2 ? l2 : {}, passwordSettings: w2, signUpAttributes: null != h2 ? h2 : Array.from(new Set(__spreadArray$1(__spreadArray$1([], v2, true), f2, true))), socialProviders: null != D2 ? D2 : p2.sort(), initialState: I2 };
|
|
6621
|
-
} }), spawnSignInActor: assign({ actorRef: function(t2, o2) {
|
|
6622
|
-
var n2, i2, r2, e2, a2, c2, d2, l2 = t2.services, g2 = j({ services: l2 }).withContext({ authAttributes: null !== (i2 = null === (n2 = t2.actorDoneData) || void 0 === n2 ? void 0 : n2.authAttributes) && void 0 !== i2 ? i2 : {}, user: t2.user, intent: null === (r2 = t2.actorDoneData) || void 0 === r2 ? void 0 : r2.intent, country_code: "+1", formValues: {}, touched: {}, validationError: {}, passwordSettings: null === (e2 = t2.config) || void 0 === e2 ? void 0 : e2.passwordSettings, loginMechanisms: null === (a2 = t2.config) || void 0 === a2 ? void 0 : a2.loginMechanisms, socialProviders: null === (c2 = t2.config) || void 0 === c2 ? void 0 : c2.socialProviders, formFields: null === (d2 = t2.config) || void 0 === d2 ? void 0 : d2.formFields });
|
|
6271
|
+
const { choose: g } = r$1;
|
|
6272
|
+
function v() {
|
|
6273
|
+
return createMachine({ id: "authenticator", initial: "idle", context: { user: void 0, config: {}, services: o, actorRef: void 0, hasSetup: false }, predictableActionArguments: true, states: { idle: { invoke: { src: "getCurrentUser", onDone: { actions: "setUser", target: "authenticated" }, onError: { target: "setup" } } }, setup: { initial: "waitConfig", states: { waitConfig: { on: { INIT: { actions: ["configure", "setHasSetup"], target: "applyConfig" } } }, applyConfig: { invoke: { src: "getAmplifyConfig", onDone: { actions: "applyAmplifyConfig", target: "goToInitialState" } } }, goToInitialState: { always: [{ target: "#authenticator.signUp", cond: "isInitialStateSignUp" }, { target: "#authenticator.resetPassword", cond: "isInitialStateResetPassword" }, { target: "#authenticator.signIn" }] } } }, signIn: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnSignInActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: "stopSignInActor" } }, on: { SIGN_UP: "signUp", RESET_PASSWORD: "resetPassword", "done.invoke.signInActor": [{ target: "signUp", actions: "setActorDoneData", cond: "shouldRedirectToSignUp" }, { target: "resetPassword", actions: "setActorDoneData", cond: "shouldRedirectToResetPassword" }, { target: "authenticated", actions: "setActorDoneData" }] } }, signUp: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnSignUpActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: "stopSignUpActor" }, autoSignIn: { invoke: { src: "getCurrentUser", onDone: "#authenticator.authenticated", onError: "#authenticator.setup.goToInitialState" } } }, on: { SIGN_IN: "signIn", "done.invoke.signUpActor": { target: "#authenticator.signIn", actions: "setActorDoneData", cond: "shouldAutoSignIn" } } }, resetPassword: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnResetPasswordActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: "stopResetPasswordActor" } }, on: { SIGN_IN: "signIn", "done.invoke.resetPasswordActor": { target: "signIn", actions: "setActorDoneData" } } }, signOut: { initial: "spawnActor", states: { spawnActor: { always: { actions: "spawnSignOutActor", target: "runActor" } }, runActor: { entry: "clearActorDoneData", exit: ["stopSignOutActor", "clearUser"] } }, on: { "done.invoke.signOutActor": [{ target: "setup", cond: "shouldSetup" }, { target: "setup.goToInitialState" }] } }, authenticated: { initial: "idle", states: { idle: { on: { TOKEN_REFRESH: "refreshUser" } }, refreshUser: { invoke: { src: "getCurrentUser", onDone: { actions: "setUser", target: "idle" }, onError: { target: "#authenticator.signOut" } } } }, on: { SIGN_OUT: "signOut" } } }, on: { CHANGE: { actions: "forwardToActor" }, BLUR: { actions: "forwardToActor" }, SUBMIT: { actions: "forwardToActor" }, FEDERATED_SIGN_IN: { actions: "forwardToActor" }, AUTO_SIGN_IN: { actions: "forwardToActor" }, RESEND: { actions: "forwardToActor" }, SIGN_IN: { actions: "forwardToActor" }, SKIP: { actions: "forwardToActor" } } }, { actions: { forwardToActor: g([{ cond: "hasActor", actions: forwardTo((t2) => t2.actorRef) }]), setUser: assign({ user: (t2, o2) => o2.data }), setActorDoneData: assign({ actorDoneData: (t2, o2) => {
|
|
6274
|
+
var i2, n2;
|
|
6275
|
+
return { authAttributes: Object.assign({}, null === (i2 = o2.data) || void 0 === i2 ? void 0 : i2.authAttributes), intent: null === (n2 = o2.data) || void 0 === n2 ? void 0 : n2.intent };
|
|
6276
|
+
}, user: (t2, o2) => {
|
|
6277
|
+
var i2;
|
|
6278
|
+
return null === (i2 = o2.data) || void 0 === i2 ? void 0 : i2.user;
|
|
6279
|
+
} }), clearUser: assign({ user: void 0 }), clearActorDoneData: assign({ actorDoneData: void 0 }), applyAmplifyConfig: assign({ config(t2, o2) {
|
|
6280
|
+
var i2, n2, e2, r2, s2, a2, c2, d2, u2;
|
|
6281
|
+
const l2 = null !== (n2 = null === (i2 = o2.data.aws_cognito_username_attributes) || void 0 === i2 ? void 0 : i2.map((t3) => t3.toLowerCase())) && void 0 !== n2 ? n2 : [], g2 = null !== (r2 = null === (e2 = o2.data.aws_cognito_verification_mechanisms) || void 0 === e2 ? void 0 : e2.map((t3) => t3.toLowerCase())) && void 0 !== r2 ? r2 : [], v2 = null !== (a2 = null === (s2 = o2.data.aws_cognito_signup_attributes) || void 0 === s2 ? void 0 : s2.map((t3) => t3.toLowerCase())) && void 0 !== a2 ? a2 : [], A2 = null !== (d2 = null === (c2 = o2.data.aws_cognito_social_providers) || void 0 === c2 ? void 0 : c2.map((t3) => t3.toLowerCase())) && void 0 !== d2 ? d2 : [], f2 = o2.data.aws_cognito_password_protection_settings || {};
|
|
6282
|
+
0 === l2.length && l2.push("username");
|
|
6283
|
+
const { loginMechanisms: w2, signUpAttributes: S, socialProviders: m2, initialState: h2, formFields: D2 } = t2.config;
|
|
6284
|
+
return { loginMechanisms: null != w2 ? w2 : l2, formFields: null !== (u2 = p(D2)) && void 0 !== u2 ? u2 : {}, passwordSettings: f2, signUpAttributes: null != S ? S : Array.from(/* @__PURE__ */ new Set([...g2, ...v2])), socialProviders: null != m2 ? m2 : A2.sort(), initialState: h2 };
|
|
6285
|
+
} }), spawnSignInActor: assign({ actorRef: (t2, o2) => {
|
|
6286
|
+
var i2, n2, r2, s2, c2, d2, u2;
|
|
6287
|
+
const { services: l2 } = t2, g2 = k({ services: l2 }).withContext({ authAttributes: null !== (n2 = null === (i2 = t2.actorDoneData) || void 0 === i2 ? void 0 : i2.authAttributes) && void 0 !== n2 ? n2 : {}, user: t2.user, intent: null === (r2 = t2.actorDoneData) || void 0 === r2 ? void 0 : r2.intent, country_code: "+1", formValues: {}, touched: {}, validationError: {}, passwordSettings: null === (s2 = t2.config) || void 0 === s2 ? void 0 : s2.passwordSettings, loginMechanisms: null === (c2 = t2.config) || void 0 === c2 ? void 0 : c2.loginMechanisms, socialProviders: null === (d2 = t2.config) || void 0 === d2 ? void 0 : d2.socialProviders, formFields: null === (u2 = t2.config) || void 0 === u2 ? void 0 : u2.formFields });
|
|
6623
6288
|
return spawn(g2, { name: "signInActor" });
|
|
6624
|
-
} }), spawnSignUpActor: assign({ actorRef:
|
|
6625
|
-
var
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6289
|
+
} }), spawnSignUpActor: assign({ actorRef: (t2, o2) => {
|
|
6290
|
+
var i2, n2, r2, s2, a2, c2, d2;
|
|
6291
|
+
const { services: u2 } = t2, g2 = y({ services: u2 }).withContext({ authAttributes: null !== (n2 = null === (i2 = t2.actorDoneData) || void 0 === i2 ? void 0 : i2.authAttributes) && void 0 !== n2 ? n2 : {}, country_code: "+1", intent: null === (r2 = t2.actorDoneData) || void 0 === r2 ? void 0 : r2.intent, formValues: {}, touched: {}, validationError: {}, loginMechanisms: null === (s2 = t2.config) || void 0 === s2 ? void 0 : s2.loginMechanisms, socialProviders: null === (a2 = t2.config) || void 0 === a2 ? void 0 : a2.socialProviders, formFields: null === (c2 = t2.config) || void 0 === c2 ? void 0 : c2.formFields, passwordSettings: null === (d2 = t2.config) || void 0 === d2 ? void 0 : d2.passwordSettings });
|
|
6292
|
+
return spawn(g2, { name: "signUpActor" });
|
|
6293
|
+
} }), spawnResetPasswordActor: assign({ actorRef: (t2, o2) => {
|
|
6294
|
+
var i2, n2, r2, s2, a2;
|
|
6295
|
+
const { services: c2 } = t2, u2 = f({ services: c2 }).withContext({ formValues: {}, touched: {}, intent: null === (i2 = t2.actorDoneData) || void 0 === i2 ? void 0 : i2.intent, username: null === (r2 = null === (n2 = t2.actorDoneData) || void 0 === n2 ? void 0 : n2.authAttributes) || void 0 === r2 ? void 0 : r2.username, formFields: null === (s2 = t2.config) || void 0 === s2 ? void 0 : s2.formFields, validationError: {}, passwordSettings: null === (a2 = t2.config) || void 0 === a2 ? void 0 : a2.passwordSettings });
|
|
6629
6296
|
return spawn(u2, { name: "resetPasswordActor" });
|
|
6630
|
-
} }), spawnSignOutActor: assign({ actorRef:
|
|
6631
|
-
|
|
6297
|
+
} }), spawnSignOutActor: assign({ actorRef: (t2) => {
|
|
6298
|
+
const o2 = i.withContext({ user: t2.user });
|
|
6632
6299
|
return spawn(o2, { name: "signOutActor" });
|
|
6633
|
-
} }), stopSignInActor:
|
|
6634
|
-
|
|
6635
|
-
return { services:
|
|
6636
|
-
}), setHasSetup: assign({ hasSetup: true }) }, guards: { isInitialStateSignUp:
|
|
6637
|
-
|
|
6638
|
-
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
return !!t2.actorRef;
|
|
6653
|
-
} }, services: { getCurrentUser: function(t2, o2) {
|
|
6654
|
-
return t2.services.getCurrentUser();
|
|
6655
|
-
}, getAmplifyConfig: function(t2, o2) {
|
|
6656
|
-
return t2.services.getAmplifyConfig();
|
|
6657
|
-
} } });
|
|
6658
|
-
}
|
|
6659
|
-
function A(t2) {
|
|
6660
|
-
return t2 && Object.keys(t2).forEach(function(o2) {
|
|
6661
|
-
Object.keys(t2[o2]).forEach(function(n2) {
|
|
6662
|
-
var i2 = t2[o2][n2];
|
|
6663
|
-
i2.required = i2.isRequired;
|
|
6300
|
+
} }), stopSignInActor: n$1("signInActor"), stopSignUpActor: n$1("signUpActor"), stopResetPasswordActor: n$1("resetPasswordActor"), stopSignOutActor: n$1("signOutActor"), configure: assign((o$12, i2) => {
|
|
6301
|
+
const n2 = i2.data, { services: e2 } = n2, r2 = __rest$2(n2, ["services"]);
|
|
6302
|
+
return { services: Object.assign(Object.assign({}, o), e2), config: r2 };
|
|
6303
|
+
}), setHasSetup: assign({ hasSetup: true }) }, guards: { isInitialStateSignUp: (t2) => "signUp" === t2.config.initialState, isInitialStateResetPassword: (t2) => "resetPassword" === t2.config.initialState, shouldRedirectToSignUp: (t2, o2) => {
|
|
6304
|
+
var i2;
|
|
6305
|
+
return "confirmSignUp" === (null === (i2 = o2.data) || void 0 === i2 ? void 0 : i2.intent);
|
|
6306
|
+
}, shouldRedirectToResetPassword: (t2, o2) => {
|
|
6307
|
+
var i2;
|
|
6308
|
+
return "confirmPasswordReset" === (null === (i2 = o2.data) || void 0 === i2 ? void 0 : i2.intent);
|
|
6309
|
+
}, shouldAutoSignIn: (t2, o2) => {
|
|
6310
|
+
var i2, n2;
|
|
6311
|
+
return "autoSignIn" === (null === (i2 = o2.data) || void 0 === i2 ? void 0 : i2.intent) || "autoSignInSubmit" === (null === (n2 = o2.data) || void 0 === n2 ? void 0 : n2.intent);
|
|
6312
|
+
}, shouldSetup: (t2) => false === t2.hasSetup, hasActor: (t2) => !!t2.actorRef }, services: { getCurrentUser: (t2, o2) => t2.services.getCurrentUser(), getAmplifyConfig: (t2, o2) => t2.services.getAmplifyConfig() } });
|
|
6313
|
+
}
|
|
6314
|
+
function p(t2) {
|
|
6315
|
+
return t2 && Object.keys(t2).forEach((o2) => {
|
|
6316
|
+
Object.keys(t2[o2]).forEach((i2) => {
|
|
6317
|
+
let n2 = t2[o2][i2];
|
|
6318
|
+
n2.required = n2.isRequired;
|
|
6664
6319
|
});
|
|
6665
6320
|
}), t2;
|
|
6666
6321
|
}
|
|
@@ -6952,7 +6607,7 @@ function createValues() {
|
|
|
6952
6607
|
if (!service.value)
|
|
6953
6608
|
return;
|
|
6954
6609
|
const { state, send: send2 } = useAuth();
|
|
6955
|
-
const facadeValues = s$
|
|
6610
|
+
const facadeValues = s$4({ send: send2, state: state.value });
|
|
6956
6611
|
for (const key of Object.keys(facade)) {
|
|
6957
6612
|
useAuthenticatorValue[key] = facadeValues[key];
|
|
6958
6613
|
}
|
|
@@ -7074,8 +6729,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
7074
6729
|
const includeFacebook = socialProviders == null ? void 0 : socialProviders.includes("facebook");
|
|
7075
6730
|
const includeGoogle = socialProviders == null ? void 0 : socialProviders.includes("google");
|
|
7076
6731
|
const shouldShowFederatedSignIn = includeFacebook || includeGoogle || includeAmazon || includeApple;
|
|
7077
|
-
const { getSignInWithFederationText, getOrText } =
|
|
7078
|
-
const fp = computed(() => o$
|
|
6732
|
+
const { getSignInWithFederationText, getOrText } = n$2;
|
|
6733
|
+
const fp = computed(() => o$9);
|
|
7079
6734
|
const signInWithAmazon = computed(() => getSignInWithFederationText(route, "amazon"));
|
|
7080
6735
|
const signInWithApple = computed(() => getSignInWithFederationText(route, "apple"));
|
|
7081
6736
|
const signInWithFacebook = computed(() => getSignInWithFederationText(route, "facebook"));
|
|
@@ -7484,7 +7139,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
7484
7139
|
const { type } = formField.value;
|
|
7485
7140
|
const isPasswordField = type === "password";
|
|
7486
7141
|
const errorId = nanoid(12);
|
|
7487
|
-
const errors = computed(() =>
|
|
7142
|
+
const errors = computed(() => s$3(validationErrors.value[name.value]));
|
|
7488
7143
|
const hasError = computed(() => {
|
|
7489
7144
|
var _a2;
|
|
7490
7145
|
return ((_a2 = errors.value) == null ? void 0 : _a2.length) > 0;
|
|
@@ -7544,7 +7199,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
7544
7199
|
const { state } = useAuth();
|
|
7545
7200
|
let formFields = [];
|
|
7546
7201
|
onBeforeMount(() => {
|
|
7547
|
-
formFields =
|
|
7202
|
+
formFields = b$1(route.value, state.value);
|
|
7548
7203
|
});
|
|
7549
7204
|
return (_ctx, _cache) => {
|
|
7550
7205
|
return openBlock(true), createElementBlock(Fragment, null, renderList(unref(formFields), ([name, formField]) => {
|
|
@@ -7570,7 +7225,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
7570
7225
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
7571
7226
|
const props = useAuthShared();
|
|
7572
7227
|
const attrs = useAttrs();
|
|
7573
|
-
const { getForgotPasswordText, getSignInText, getSigningInText } =
|
|
7228
|
+
const { getForgotPasswordText, getSignInText, getSigningInText } = n$2;
|
|
7574
7229
|
const forgotYourPasswordLink = computed(() => getForgotPasswordText());
|
|
7575
7230
|
const signInButtonText = computed(() => getSignInText());
|
|
7576
7231
|
const signIngButtonText = computed(() => getSigningInText());
|
|
@@ -7591,7 +7246,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
7591
7246
|
}
|
|
7592
7247
|
};
|
|
7593
7248
|
const submit = (e2) => {
|
|
7594
|
-
props.submitForm(
|
|
7249
|
+
props.submitForm(t(e2));
|
|
7595
7250
|
};
|
|
7596
7251
|
const onForgotPasswordClicked = () => {
|
|
7597
7252
|
if (attrs == null ? void 0 : attrs.onForgotPasswordClicked) {
|
|
@@ -7713,7 +7368,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
7713
7368
|
const props = useAuthShared();
|
|
7714
7369
|
const { hasValidationErrors, isPending, error: error2 } = toRefs(facadeValues);
|
|
7715
7370
|
const attrs = useAttrs();
|
|
7716
|
-
const { getCreateAccountText } =
|
|
7371
|
+
const { getCreateAccountText } = n$2;
|
|
7717
7372
|
const createAccountLabel = computed(() => getCreateAccountText());
|
|
7718
7373
|
const onInput = (e2) => {
|
|
7719
7374
|
let { checked, name, type, value } = e2.target;
|
|
@@ -7733,7 +7388,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
7733
7388
|
}
|
|
7734
7389
|
};
|
|
7735
7390
|
const submit = (e2) => {
|
|
7736
|
-
props.submitForm(
|
|
7391
|
+
props.submitForm(t(e2));
|
|
7737
7392
|
};
|
|
7738
7393
|
return (_ctx, _cache) => {
|
|
7739
7394
|
const _component_base_field_set = _sfc_main$y;
|
|
@@ -7877,11 +7532,11 @@ const _sfc_main$e = defineComponent({
|
|
|
7877
7532
|
const headerClass = `${attrs.class || ""} amplify-heading--${props.level}`;
|
|
7878
7533
|
if (((_b = (_a2 = headingI[0]) == null ? void 0 : _a2.children) == null ? void 0 : _b.length) === 0) {
|
|
7879
7534
|
headingI[0].children = [
|
|
7880
|
-
h$
|
|
7535
|
+
h$2(`h${props.level}`, { ...attrs, class: headerClass }, [defaultSlot])
|
|
7881
7536
|
];
|
|
7882
7537
|
} else {
|
|
7883
|
-
return () => h$
|
|
7884
|
-
headingI[0] ? h$
|
|
7538
|
+
return () => h$2(`h${props.level}`, { "data-amplify-heading": "", ...attrs, class: headerClass }, [
|
|
7539
|
+
headingI[0] ? h$2(headingI[0].children[0]) : h$2(defaultSlot[0])
|
|
7885
7540
|
]);
|
|
7886
7541
|
}
|
|
7887
7542
|
return () => headingI;
|
|
@@ -7904,7 +7559,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
7904
7559
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
7905
7560
|
const { isPending, error: error2, codeDeliveryDetails } = toRefs(useAuthShared());
|
|
7906
7561
|
const { submitForm, updateForm, resendCode } = useAuthShared();
|
|
7907
|
-
const { getDeliveryMethodText, getDeliveryMessageText, getResendCodeText, getConfirmText } =
|
|
7562
|
+
const { getDeliveryMethodText, getDeliveryMessageText, getResendCodeText, getConfirmText } = n$2;
|
|
7908
7563
|
const confirmSignUpHeading = computed(() => getDeliveryMethodText(codeDeliveryDetails.value));
|
|
7909
7564
|
const resendCodeText = computed(() => getResendCodeText());
|
|
7910
7565
|
const confirmText = computed(() => getConfirmText());
|
|
@@ -7921,7 +7576,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
7921
7576
|
}
|
|
7922
7577
|
};
|
|
7923
7578
|
const submit = (e2) => {
|
|
7924
|
-
submitForm(
|
|
7579
|
+
submitForm(t(e2));
|
|
7925
7580
|
};
|
|
7926
7581
|
const onLostCodeClicked = () => {
|
|
7927
7582
|
if (attrs == null ? void 0 : attrs.onLostCodeClicked) {
|
|
@@ -8039,7 +7694,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
8039
7694
|
const props = useAuthShared();
|
|
8040
7695
|
const actorState = computed(() => t$1(state.value));
|
|
8041
7696
|
const challengeName = actorState.value.context.challengeName;
|
|
8042
|
-
const { getBackToSignInText, getConfirmText, getChallengeText } =
|
|
7697
|
+
const { getBackToSignInText, getConfirmText, getChallengeText } = n$2;
|
|
8043
7698
|
const confirmSignInHeading = computed(() => getChallengeText(challengeName));
|
|
8044
7699
|
const backSignInText = computed(() => getBackToSignInText());
|
|
8045
7700
|
const confirmText = computed(() => getConfirmText());
|
|
@@ -8058,7 +7713,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
8058
7713
|
}
|
|
8059
7714
|
};
|
|
8060
7715
|
const submit = (e2) => {
|
|
8061
|
-
props.submitForm(
|
|
7716
|
+
props.submitForm(t(e2));
|
|
8062
7717
|
};
|
|
8063
7718
|
const onBackToSignInClicked = () => {
|
|
8064
7719
|
if (attrs == null ? void 0 : attrs.onBackToSignInClicked) {
|
|
@@ -10198,12 +9853,12 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
10198
9853
|
const { totpSecretCode, user } = actorState.value.context;
|
|
10199
9854
|
const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.setupTOTP;
|
|
10200
9855
|
const { totpIssuer = "AWSCognito", totpUsername = user == null ? void 0 : user.username } = (_c = formOverrides == null ? void 0 : formOverrides["QR"]) != null ? _c : {};
|
|
10201
|
-
const totpCodeURL = typeof totpSecretCode === "string" && typeof totpUsername === "string" ?
|
|
9856
|
+
const totpCodeURL = typeof totpSecretCode === "string" && typeof totpUsername === "string" ? m$2(totpIssuer, totpUsername, totpSecretCode) : null;
|
|
10202
9857
|
const qrCode = reactive({
|
|
10203
9858
|
qrCodeImageSource: "",
|
|
10204
9859
|
isLoading: true
|
|
10205
9860
|
});
|
|
10206
|
-
const { getCopyText, getCopiedText, getBackToSignInText, getConfirmText } =
|
|
9861
|
+
const { getCopyText, getCopiedText, getBackToSignInText, getConfirmText } = n$2;
|
|
10207
9862
|
const copyTextLabel = ref(getCopyText());
|
|
10208
9863
|
function copyText() {
|
|
10209
9864
|
if (typeof totpSecretCode === "string") {
|
|
@@ -10237,7 +9892,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
10237
9892
|
}
|
|
10238
9893
|
};
|
|
10239
9894
|
const submit = (e2) => {
|
|
10240
|
-
props.submitForm(
|
|
9895
|
+
props.submitForm(t(e2));
|
|
10241
9896
|
};
|
|
10242
9897
|
const onBackToSignInClicked = () => {
|
|
10243
9898
|
if (attrs == null ? void 0 : attrs.onBackToSignInClicked) {
|
|
@@ -10393,7 +10048,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
10393
10048
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
10394
10049
|
const props = useAuthShared();
|
|
10395
10050
|
const actorState = computed(() => t$1(state.value));
|
|
10396
|
-
const { getChangePasswordText, getChangingText, getBackToSignInText } =
|
|
10051
|
+
const { getChangePasswordText, getChangingText, getBackToSignInText } = n$2;
|
|
10397
10052
|
const changePasswordLabel = computed(() => getChangePasswordText());
|
|
10398
10053
|
const changingPasswordLabel = computed(() => getChangingText());
|
|
10399
10054
|
const backSignInText = computed(() => getBackToSignInText());
|
|
@@ -10414,7 +10069,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
10414
10069
|
}
|
|
10415
10070
|
};
|
|
10416
10071
|
const submit = (e2) => {
|
|
10417
|
-
props.submitForm(
|
|
10072
|
+
props.submitForm(t(e2));
|
|
10418
10073
|
};
|
|
10419
10074
|
const onInput = (e2) => {
|
|
10420
10075
|
const { name, value } = e2.target;
|
|
@@ -10535,7 +10190,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
10535
10190
|
const useAuthShared = createSharedComposable(useAuthenticator);
|
|
10536
10191
|
const { send: send2, submitForm } = useAuthShared();
|
|
10537
10192
|
const { error: error2, isPending } = toRefs(useAuthShared());
|
|
10538
|
-
const { getBackToSignInText, getResetYourPasswordText, getSendCodeText } =
|
|
10193
|
+
const { getBackToSignInText, getResetYourPasswordText, getSendCodeText } = n$2;
|
|
10539
10194
|
const backSignInText = computed(() => getBackToSignInText());
|
|
10540
10195
|
const resetPasswordHeading = computed(() => getResetYourPasswordText());
|
|
10541
10196
|
const sendCodeText = computed(() => getSendCodeText());
|
|
@@ -10547,7 +10202,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
10547
10202
|
}
|
|
10548
10203
|
};
|
|
10549
10204
|
const submit = (e2) => {
|
|
10550
|
-
submitForm(
|
|
10205
|
+
submitForm(t(e2));
|
|
10551
10206
|
};
|
|
10552
10207
|
const onInput = (e2) => {
|
|
10553
10208
|
const { name, value } = e2.target;
|
|
@@ -10662,7 +10317,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
10662
10317
|
const props = useAuthShared();
|
|
10663
10318
|
const attrs = useAttrs();
|
|
10664
10319
|
const actorState = computed(() => t$1(state.value));
|
|
10665
|
-
const { getResendCodeText, getResetYourPasswordText, getSubmitText } =
|
|
10320
|
+
const { getResendCodeText, getResetYourPasswordText, getSubmitText } = n$2;
|
|
10666
10321
|
const resendCodeText = computed(() => getResendCodeText());
|
|
10667
10322
|
const confirmResetPasswordHeading = computed(() => getResetYourPasswordText());
|
|
10668
10323
|
const confirmResetPasswordText = computed(() => getSubmitText());
|
|
@@ -10674,7 +10329,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
10674
10329
|
}
|
|
10675
10330
|
};
|
|
10676
10331
|
const submit = (e2) => {
|
|
10677
|
-
props.submitForm(
|
|
10332
|
+
props.submitForm(t(e2));
|
|
10678
10333
|
};
|
|
10679
10334
|
const onLostYourCodeClicked = () => {
|
|
10680
10335
|
send2({
|
|
@@ -10801,7 +10456,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
10801
10456
|
const { state, send: send2 } = useAuth();
|
|
10802
10457
|
const actorState = computed(() => t$1(state.value));
|
|
10803
10458
|
const { unverifiedContactMethods } = actorState.value.context;
|
|
10804
|
-
const { getAccountRecoveryInfoText, getSkipText, getVerifyText, getVerifyContactText } =
|
|
10459
|
+
const { getAccountRecoveryInfoText, getSkipText, getVerifyText, getVerifyContactText } = n$2;
|
|
10805
10460
|
const verifyHeading = computed(() => getAccountRecoveryInfoText());
|
|
10806
10461
|
const skipText = computed(() => getSkipText());
|
|
10807
10462
|
const verifyText = computed(() => getVerifyText());
|
|
@@ -10821,7 +10476,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
10821
10476
|
}
|
|
10822
10477
|
};
|
|
10823
10478
|
const submit = (e2) => {
|
|
10824
|
-
props.submitForm(
|
|
10479
|
+
props.submitForm(t(e2));
|
|
10825
10480
|
};
|
|
10826
10481
|
const onSkipClicked = () => {
|
|
10827
10482
|
if (attrs == null ? void 0 : attrs.onSkipClicked) {
|
|
@@ -10904,7 +10559,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
10904
10559
|
}),
|
|
10905
10560
|
createVNode(_component_base_text, { class: "amplify-text amplify-radio__label" }, {
|
|
10906
10561
|
default: withCtx(() => [
|
|
10907
|
-
createTextVNode(toDisplayString(unref(r$
|
|
10562
|
+
createTextVNode(toDisplayString(unref(r$3)[key].label), 1)
|
|
10908
10563
|
]),
|
|
10909
10564
|
_: 2
|
|
10910
10565
|
}, 1024)
|
|
@@ -10987,7 +10642,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
10987
10642
|
const attrs = useAttrs();
|
|
10988
10643
|
const { state, send: send2 } = useAuth();
|
|
10989
10644
|
const actorState = computed(() => t$1(state.value));
|
|
10990
|
-
const { getAccountRecoveryInfoText, getSkipText, getSubmitText } =
|
|
10645
|
+
const { getAccountRecoveryInfoText, getSkipText, getSubmitText } = n$2;
|
|
10991
10646
|
const verifyHeading = computed(() => getAccountRecoveryInfoText());
|
|
10992
10647
|
const skipText = computed(() => getSkipText());
|
|
10993
10648
|
const submitText = computed(() => getSubmitText());
|
|
@@ -11006,7 +10661,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
11006
10661
|
}
|
|
11007
10662
|
};
|
|
11008
10663
|
const submit = (e2) => {
|
|
11009
|
-
props.submitForm(
|
|
10664
|
+
props.submitForm(t(e2));
|
|
11010
10665
|
};
|
|
11011
10666
|
const onSkipClicked = () => {
|
|
11012
10667
|
if (attrs == null ? void 0 : attrs.onSkipClicked) {
|
|
@@ -11115,7 +10770,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
11115
10770
|
};
|
|
11116
10771
|
}
|
|
11117
10772
|
});
|
|
11118
|
-
const VERSION = "3.1.
|
|
10773
|
+
const VERSION = "3.1.10";
|
|
11119
10774
|
const _hoisted_1$1 = ["data-variation"];
|
|
11120
10775
|
const _hoisted_2$1 = { "data-amplify-container": "" };
|
|
11121
10776
|
const _hoisted_3$1 = ["data-amplify-router-content"];
|
|
@@ -11151,7 +10806,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
11151
10806
|
const props = __props;
|
|
11152
10807
|
const attrs = useAttrs();
|
|
11153
10808
|
const { initialState, loginMechanisms, variation, services, signUpAttributes, socialProviders, hideSignUp, formFields } = toRefs(props);
|
|
11154
|
-
const machine =
|
|
10809
|
+
const machine = v();
|
|
11155
10810
|
const service2 = useInterpret(machine);
|
|
11156
10811
|
let unsubscribeHub;
|
|
11157
10812
|
let unsubscribeMachine;
|
|
@@ -11175,8 +10830,8 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
11175
10830
|
}
|
|
11176
10831
|
}).unsubscribe;
|
|
11177
10832
|
onMounted(() => {
|
|
11178
|
-
unsubscribeHub =
|
|
11179
|
-
|
|
10833
|
+
unsubscribeHub = u$1(service2);
|
|
10834
|
+
s$2({
|
|
11180
10835
|
packageName: "@aws-amplify/ui-vue",
|
|
11181
10836
|
version: VERSION
|
|
11182
10837
|
});
|
|
@@ -11198,7 +10853,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
11198
10853
|
const confirmResetPasswordComponent = ref();
|
|
11199
10854
|
const verifyUserComponent = ref();
|
|
11200
10855
|
const confirmVerifyUserComponent = ref();
|
|
11201
|
-
const { getSignInTabText, getSignUpTabText } =
|
|
10856
|
+
const { getSignInTabText, getSignUpTabText } = n$2;
|
|
11202
10857
|
const signInLabel = computed(() => getSignInTabText());
|
|
11203
10858
|
const createAccountLabel = computed(() => getSignUpTabText());
|
|
11204
10859
|
const onSignInSubmitI = (e2) => {
|
|
@@ -11275,7 +10930,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
11275
10930
|
const user = ref(null);
|
|
11276
10931
|
const signOut = ref();
|
|
11277
10932
|
watch(() => state.value.context, () => {
|
|
11278
|
-
const { user: u2, signOut: s2 } = s$
|
|
10933
|
+
const { user: u2, signOut: s2 } = s$4({
|
|
11279
10934
|
send: send2,
|
|
11280
10935
|
state: state.value
|
|
11281
10936
|
});
|
|
@@ -11703,4 +11358,4 @@ var index = {
|
|
|
11703
11358
|
);
|
|
11704
11359
|
}
|
|
11705
11360
|
};
|
|
11706
|
-
export { _sfc_main$x as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$i as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$b as ConfirmSignIn, _sfc_main$c as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$r as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$o as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$j as SignIn, _sfc_main$h as SignUp, _sfc_main$5 as VerifyUser, index as default,
|
|
11361
|
+
export { _sfc_main$x as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$i as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$b as ConfirmSignIn, _sfc_main$c as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$r as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$o as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$j as SignIn, _sfc_main$h as SignUp, _sfc_main$5 as VerifyUser, index as default, w$1 as translations, useAuthenticator };
|