auth0-lock 12.2.0 → 12.3.0
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/.github/dependabot.yml +7 -0
- package/.github/workflows/publish.yml +88 -41
- package/.github/workflows/test.yml +8 -16
- package/.shiprc +1 -1
- package/CHANGELOG.md +6 -0
- package/DEVELOPMENT.md +8 -8
- package/Makefile +22 -0
- package/README.md +1 -1
- package/lib/__tests__/connection/database/actions.js +1 -1
- package/lib/__tests__/connection/database/index.js +1 -1
- package/lib/__tests__/connection/database/login_pane.js +2 -2
- package/lib/__tests__/connection/database/password_reset_confirmation.js +2 -2
- package/lib/__tests__/connection/database/signed_up_confirmation.js +2 -2
- package/lib/__tests__/connection/enterprise/actions.js +1 -1
- package/lib/__tests__/connection/enterprise/hrd_pane.js +1 -1
- package/lib/__tests__/connection/enterprise/hrd_screen.js +1 -1
- package/lib/__tests__/connection/enterprise/quick_auth_screen.js +2 -2
- package/lib/__tests__/connection/passwordless/ask_vcode.js +1 -1
- package/lib/__tests__/connection/passwordless/email_sent_confirmation.js +2 -2
- package/lib/__tests__/core/actions.js +1 -1
- package/lib/__tests__/core/remote_data.js +2 -2
- package/lib/__tests__/core/signed_in_confirmation.js +2 -2
- package/lib/__tests__/core/sso/last_login_screen.js +1 -1
- package/lib/__tests__/core/tenant.js +1 -1
- package/lib/__tests__/core/web_api.js +3 -3
- package/lib/__tests__/engine/classic.js +3 -3
- package/lib/__tests__/field/captcha/arkose.js +29 -0
- package/lib/__tests__/field/captcha/friendlyCaptcha.js +17 -47
- package/lib/__tests__/field/captcha/hcaptcha.js +17 -47
- package/lib/__tests__/field/captcha/recaptcha_enterprise.js +17 -47
- package/lib/__tests__/field/captcha/recaptchav2.js +17 -47
- package/lib/__tests__/field/captcha.js +30 -1
- package/lib/__tests__/field/field.js +1 -1
- package/lib/__tests__/i18n.js +1 -1
- package/lib/__tests__/testUtils.js +10 -17
- package/lib/__tests__/ui/box/chrome.js +3 -3
- package/lib/__tests__/ui/box/confirmation_pane.js +2 -2
- package/lib/avatar.js +2 -3
- package/lib/connection/captcha.js +1 -1
- package/lib/connection/database/actions.js +1 -1
- package/lib/connection/database/index.js +1 -1
- package/lib/connection/database/login_pane.js +2 -3
- package/lib/connection/database/login_sign_up_tabs.js +2 -3
- package/lib/connection/database/mfa_pane.js +2 -3
- package/lib/connection/database/password_reset_confirmation.js +2 -3
- package/lib/connection/database/reset_password.js +2 -3
- package/lib/connection/database/reset_password_pane.js +2 -3
- package/lib/connection/database/sign_up_terms.js +1 -2
- package/lib/connection/database/signed_up_confirmation.js +2 -3
- package/lib/connection/enterprise/actions.js +3 -3
- package/lib/connection/enterprise/hrd_pane.js +2 -3
- package/lib/connection/enterprise/hrd_screen.js +2 -3
- package/lib/connection/enterprise/kerberos_screen.js +2 -3
- package/lib/connection/enterprise/quick_auth_screen.js +2 -3
- package/lib/connection/enterprise/single_sign_on_notice.js +1 -2
- package/lib/connection/enterprise.js +4 -4
- package/lib/connection/passwordless/actions.js +3 -3
- package/lib/connection/passwordless/ask_vcode.js +2 -3
- package/lib/connection/passwordless/email_sent_confirmation.js +2 -3
- package/lib/connection/passwordless/index.js +1 -1
- package/lib/connection/social/index.js +2 -3
- package/lib/core/actions.js +3 -3
- package/lib/core/client/index.js +3 -3
- package/lib/core/client/settings.js +1 -1
- package/lib/core/error_screen.js +2 -3
- package/lib/core/index.js +5 -9
- package/lib/core/loading_screen.js +2 -3
- package/lib/core/pane_separator.js +1 -2
- package/lib/core/remote_data.js +1 -1
- package/lib/core/screen.js +2 -3
- package/lib/core/signed_in_confirmation.js +2 -3
- package/lib/core/sso/last_login_screen.js +2 -3
- package/lib/core/tenant/index.js +3 -3
- package/lib/core/tenant/settings.js +1 -1
- package/lib/core/web_api/helper.js +2 -2
- package/lib/core/web_api/p2_api.js +4 -5
- package/lib/core/web_api.js +2 -3
- package/lib/core.js +3 -4
- package/lib/engine/classic/login.js +2 -3
- package/lib/engine/classic/mfa_login_screen.js +2 -3
- package/lib/engine/classic/sign_up_pane.js +2 -3
- package/lib/engine/classic/sign_up_screen.js +2 -3
- package/lib/engine/classic.js +4 -4
- package/lib/engine/passwordless/social_or_email_login_screen.js +2 -3
- package/lib/engine/passwordless/social_or_phone_number_login_screen.js +2 -3
- package/lib/engine/passwordless.js +2 -3
- package/lib/field/captcha/captcha_pane.js +3 -3
- package/lib/field/captcha/third_party_captcha.js +129 -47
- package/lib/field/custom_input.js +2 -3
- package/lib/field/email/email_pane.js +2 -3
- package/lib/field/email.js +1 -1
- package/lib/field/index.js +1 -1
- package/lib/field/mfa-code/mfa_code_pane.js +2 -3
- package/lib/field/option_selection_pane.js +1 -2
- package/lib/field/password/password_pane.js +2 -3
- package/lib/field/phone-number/locations.js +1 -2
- package/lib/field/phone-number/phone_number_pane.js +3 -5
- package/lib/field/social/event.js +1 -1
- package/lib/field/social/social_buttons_pane.js +2 -3
- package/lib/field/username/username_pane.js +2 -3
- package/lib/field/vcode/vcode_pane.js +2 -3
- package/lib/i18n/af.js +1 -2
- package/lib/i18n/ar.js +1 -2
- package/lib/i18n/az.js +1 -2
- package/lib/i18n/bg.js +1 -2
- package/lib/i18n/ca.js +1 -2
- package/lib/i18n/cs.js +1 -2
- package/lib/i18n/da.js +1 -2
- package/lib/i18n/de.js +1 -2
- package/lib/i18n/el.js +1 -2
- package/lib/i18n/en.js +1 -2
- package/lib/i18n/es.js +1 -2
- package/lib/i18n/et.js +1 -2
- package/lib/i18n/fa.js +1 -2
- package/lib/i18n/fi.js +1 -2
- package/lib/i18n/fr.js +1 -2
- package/lib/i18n/he.js +1 -2
- package/lib/i18n/hr.js +1 -2
- package/lib/i18n/hu.js +1 -2
- package/lib/i18n/id.js +1 -2
- package/lib/i18n/it.js +1 -2
- package/lib/i18n/ja.js +1 -2
- package/lib/i18n/ko.js +1 -2
- package/lib/i18n/lt.js +1 -2
- package/lib/i18n/lv.js +1 -2
- package/lib/i18n/ms.js +1 -2
- package/lib/i18n/nb.js +1 -2
- package/lib/i18n/nl.js +1 -2
- package/lib/i18n/nn.js +1 -2
- package/lib/i18n/no.js +1 -2
- package/lib/i18n/pl.js +1 -2
- package/lib/i18n/pt-br.js +1 -2
- package/lib/i18n/pt.js +1 -2
- package/lib/i18n/ro.js +1 -2
- package/lib/i18n/ru.js +1 -2
- package/lib/i18n/sk.js +1 -2
- package/lib/i18n/sl.js +1 -2
- package/lib/i18n/sr.js +1 -2
- package/lib/i18n/sv.js +1 -2
- package/lib/i18n/tr.js +1 -2
- package/lib/i18n/ua.js +1 -2
- package/lib/i18n/uk.js +1 -2
- package/lib/i18n/vi.js +1 -2
- package/lib/i18n/zh-tw.js +1 -2
- package/lib/i18n/zh.js +1 -2
- package/lib/i18n.js +2 -2
- package/lib/index.js +3 -6
- package/lib/lock.js +3 -4
- package/lib/passwordless.js +3 -4
- package/lib/quick-auth/actions.js +3 -3
- package/lib/sync.js +3 -5
- package/lib/ui/box/button.js +2 -4
- package/lib/ui/box/chrome.js +2 -3
- package/lib/ui/box/confirmation_pane.js +2 -3
- package/lib/ui/box/container.js +3 -5
- package/lib/ui/box/global_message.js +2 -3
- package/lib/ui/box/header.js +2 -3
- package/lib/ui/box/multisize_slide.js +2 -3
- package/lib/ui/box/success_pane.js +1 -2
- package/lib/ui/box.js +3 -5
- package/lib/ui/button/auth_button.js +1 -2
- package/lib/ui/input/captcha_input.js +2 -3
- package/lib/ui/input/checkbox_input.js +2 -3
- package/lib/ui/input/email_input.js +2 -3
- package/lib/ui/input/input_wrap.js +2 -3
- package/lib/ui/input/location_input.js +3 -5
- package/lib/ui/input/mfa_code_input.js +2 -3
- package/lib/ui/input/password/password_strength.js +2 -3
- package/lib/ui/input/password_input.js +3 -5
- package/lib/ui/input/phone_number_input.js +2 -3
- package/lib/ui/input/select_input.js +2 -3
- package/lib/ui/input/text_input.js +2 -3
- package/lib/ui/input/username_input.js +2 -3
- package/lib/ui/input/vcode_input.js +2 -3
- package/lib/ui/list.js +2 -3
- package/lib/ui/pane/quick_auth_pane.js +1 -2
- package/lib/utils/atom.js +1 -1
- package/lib/utils/cache.js +2 -3
- package/lib/utils/data_utils.js +1 -1
- package/lib/utils/format.js +1 -1
- package/lib/utils/jsonp_utils.js +2 -3
- package/package.json +2 -2
|
@@ -4,5 +4,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _default = [['Afghanistan', 'AF', '+93'], ['Albania', 'AL', '+355'], ['Algeria', 'DZ', '+213'], ['American Samoa', 'AS', '+1684'], ['Andorra', 'AD', '+376'], ['Angola', 'AO', '+244'], ['Anguilla', 'AI', '+1264'], ['Antarctica', 'AQ', '+672'], ['Antigua and Barbuda', 'AG', '+1268'], ['Argentina', 'AR', '+54 9'], ['Armenia', 'AM', '+374'], ['Aruba', 'AW', '+297'], ['Australia', 'AU', '+61'], ['Austria', 'AT', '+43'], ['Azerbaijan', 'AZ', '+994'], ['Bahamas', 'BS', '+1242'], ['Bahrain', 'BH', '+973'], ['Bangladesh', 'BD', '+880'], ['Barbados', 'BB', '+1246'], ['Belarus', 'BY', '+375'], ['Belgium', 'BE', '+32'], ['Belize', 'BZ', '+501'], ['Benin', 'BJ', '+229'], ['Bermuda', 'BM', '+1441'], ['Bhutan', 'BT', '+975'], ['Bolivia, Plurinational State of', 'BO', '+591'], ['Bonaire, Sint Eustatius and Saba', 'BQ', '+599'], ['Bosnia and Herzegovina', 'BA', '+387'], ['Botswana', 'BW', '+267'], ['Bouvet Island', 'BV', '+47'], ['Brazil', 'BR', '+55'], ['British Indian Ocean Territory', 'IO', '+246'], ['Brunei Darussalam', 'BN', '+673'], ['Bulgaria', 'BG', '+359'], ['Burkina Faso', 'BF', '+226'], ['Burundi', 'BI', '+257'], ['Cambodia', 'KH', '+855'], ['Cameroon', 'CM', '+237'], ['Canada', 'CA', '+1'], ['Cape Verde', 'CV', '+238'], ['Cayman Islands', 'KY', '+1345'], ['Central African Republic', 'CF', '+236'], ['Chad', 'TD', '+235'], ['Chile', 'CL', '+56'], ['China', 'CN', '+86'], ['Christmas Island', 'CX', '+61'], ['Cocos (Keeling) Islands', 'CC', '+61'], ['Colombia', 'CO', '+57'], ['Comoros', 'KM', '+269'], ['Congo', 'CG', '+242'], ['Congo, the Democratic Republic of the', 'CD', '+243'], ['Cook Islands', 'CK', '+682'], ['Costa Rica', 'CR', '+506'], ['Croatia', 'HR', '+385'], ['Cuba', 'CU', '+53'], ['Curaçao', 'CW', '+599'], ['Cyprus', 'CY', '+357'], ['Czech Republic', 'CZ', '+420'], ["Côte d'Ivoire", 'CI', '+225'], ['Denmark', 'DK', '+45'], ['Djibouti', 'DJ', '+253'], ['Dominica', 'DM', '+1767'], ['Dominican Republic', 'DO', '+1809'], ['Dominican Republic', 'DO', '+1829'], ['Dominican Republic', 'DO', '+1849'], ['Ecuador', 'EC', '+593'], ['Egypt', 'EG', '+20'], ['El Salvador', 'SV', '+503'], ['Equatorial Guinea', 'GQ', '+240'], ['Eritrea', 'ER', '+291'], ['Estonia', 'EE', '+372'], ['Ethiopia', 'ET', '+251'], ['Falkland Islands (Malvinas)', 'FK', '+500'], ['Faroe Islands', 'FO', '+298'], ['Fiji', 'FJ', '+679'], ['Finland', 'FI', '+358'], ['France', 'FR', '+33'], ['French Guiana', 'GF', '+594'], ['French Polynesia', 'PF', '+689'], ['French Southern Territories', 'TF', '+262'], ['Gabon', 'GA', '+241'], ['Gambia', 'GM', '+220'], ['Georgia', 'GE', '+995'], ['Germany', 'DE', '+49'], ['Ghana', 'GH', '+233'], ['Gibraltar', 'GI', '+350'], ['Greece', 'GR', '+30'], ['Greenland', 'GL', '+299'], ['Grenada', 'GD', '+1473'], ['Guadeloupe', 'GP', '+590'], ['Guam', 'GU', '+1671'], ['Guatemala', 'GT', '+502'], ['Guernsey', 'GG', '+44'], ['Guinea', 'GN', '+224'], ['Guinea-Bissau', 'GW', '+245'], ['Guyana', 'GY', '+592'], ['Haiti', 'HT', '+509'], ['Heard Island and McDonald Mcdonald Islands', 'HM', '+672'], ['Holy See (Vatican City State)', 'VA', '+3906'], ['Honduras', 'HN', '+504'], ['Hong Kong', 'HK', '+852'], ['Hungary', 'HU', '+36'], ['Iceland', 'IS', '+354'], ['India', 'IN', '+91'], ['Indonesia', 'ID', '+62'], ['Iran, Islamic Republic of', 'IR', '+98'], ['Iraq', 'IQ', '+964'], ['Ireland', 'IE', '+353'], ['Isle of Man', 'IM', '+44'], ['Israel', 'IL', '+972'], ['Italy', 'IT', '+39'], ['Jamaica', 'JM', '+1876'], ['Japan', 'JP', '+81'], ['Jersey', 'JE', '+44'], ['Jordan', 'JO', '+962'], ['Kazakhstan', 'KZ', '+7'], ['Kenya', 'KE', '+254'], ['Kiribati', 'KI', '+686'], ["Korea, Democratic People's Republic of", 'KP', '+850'], ['Korea, Republic of', 'KR', '+82'], ['Kuwait', 'KW', '+965'], ['Kyrgyzstan', 'KG', '+996'], ["Lao People's Democratic Republic", 'LA', '+856'], ['Latvia', 'LV', '+371'], ['Lebanon', 'LB', '+961'], ['Lesotho', 'LS', '+266'], ['Liberia', 'LR', '+231'], ['Libya', 'LY', '+218'], ['Liechtenstein', 'LI', '+423'], ['Lithuania', 'LT', '+370'], ['Luxembourg', 'LU', '+352'], ['Macao', 'MO', '+853'], ['Macedonia, the Former Yugoslav Republic of', 'MK', '+389'], ['Madagascar', 'MG', '+261'], ['Malawi', 'MW', '+265'], ['Malaysia', 'MY', '+60'], ['Maldives', 'MV', '+960'], ['Mali', 'ML', '+223'], ['Malta', 'MT', '+356'], ['Marshall Islands', 'MH', '+692'], ['Martinique', 'MQ', '+596'], ['Mauritania', 'MR', '+222'], ['Mauritius', 'MU', '+230'], ['Mayotte', 'YT', '+262'], ['Mexico', 'MX', '+52'], ['Micronesia, Federated States of', 'FM', '+691'], ['Moldova, Republic of', 'MD', '+373'], ['Monaco', 'MC', '+377'], ['Mongolia', 'MN', '+976'], ['Montenegro', 'ME', '+382'], ['Montserrat', 'MS', '+1664'], ['Morocco', 'MA', '+212'], ['Mozambique', 'MZ', '+258'], ['Myanmar', 'MM', '+95'], ['Namibia', 'NA', '+264'], ['Nauru', 'NR', '+674'], ['Nepal', 'NP', '+977'], ['Netherlands', 'NL', '+31'], ['New Caledonia', 'NC', '+687'], ['New Zealand', 'NZ', '+64'], ['Nicaragua', 'NI', '+505'], ['Niger', 'NE', '+227'], ['Nigeria', 'NG', '+234'], ['Niue', 'NU', '+683'], ['Norfolk Island', 'NF', '+672'], ['Northern Mariana Islands', 'MP', '+1670'], ['Norway', 'NO', '+47'], ['Oman', 'OM', '+968'], ['Pakistan', 'PK', '+92'], ['Palau', 'PW', '+680'], ['Palestine, State of', 'PS', '+970'], ['Panama', 'PA', '+507'], ['Papua New Guinea', 'PG', '+675'], ['Paraguay', 'PY', '+595'], ['Peru', 'PE', '+51'], ['Philippines', 'PH', '+63'], ['Pitcairn', 'PN', '+870'], ['Poland', 'PL', '+48'], ['Portugal', 'PT', '+351'], ['Puerto Rico', 'PR', '+1'], ['Qatar', 'QA', '+974'], ['Romania', 'RO', '+40'], ['Russian Federation', 'RU', '+7'], ['Rwanda', 'RW', '+250'], ['Réunion', 'RE', '+262'], ['Saint Barthélemy', 'BL', '+590'], ['Saint Helena, Ascension and Tristan da Cunha', 'SH', '+290'], ['Saint Kitts and Nevis', 'KN', '+1869'], ['Saint Lucia', 'LC', '+1758'], ['Saint Martin (French part)', 'MF', '+590'], ['Saint Pierre and Miquelon', 'PM', '+508'], ['Saint Vincent and the Grenadines', 'VC', '+1784'], ['Samoa', 'WS', '+685'], ['San Marino', 'SM', '+378'], ['Sao Tome and Principe', 'ST', '+239'], ['Saudi Arabia', 'SA', '+966'], ['Senegal', 'SN', '+221'], ['Serbia', 'RS', '+381'], ['Seychelles', 'SC', '+248'], ['Sierra Leone', 'SL', '+232'], ['Singapore', 'SG', '+65'], ['Sint Maarten (Dutch part)', 'SX', '+1721'], ['Slovakia', 'SK', '+421'], ['Slovenia', 'SI', '+386'], ['Solomon Islands', 'SB', '+677'], ['Somalia', 'SO', '+252'], ['South Africa', 'ZA', '+27'], ['South Georgia and the South Sandwich Islands', 'GS', '+500'], ['South Sudan', 'SS', '+211'], ['Spain', 'ES', '+34'], ['Sri Lanka', 'LK', '+94'], ['Sudan', 'SD', '+249'], ['Suriname', 'SR', '+597'], ['Svalbard and Jan Mayen', 'SJ', '+47'], ['Swaziland', 'SZ', '+268'], ['Sweden', 'SE', '+46'], ['Switzerland', 'CH', '+41'], ['Syrian Arab Republic', 'SY', '+963'], ['Taiwan, Province of China', 'TW', '+886'], ['Tajikistan', 'TJ', '+992'], ['Tanzania, United Republic of', 'TZ', '+255'], ['Thailand', 'TH', '+66'], ['Timor-Leste', 'TL', '+670'], ['Togo', 'TG', '+228'], ['Tokelau', 'TK', '+690'], ['Tonga', 'TO', '+676'], ['Trinidad and Tobago', 'TT', '+1868'], ['Tunisia', 'TN', '+216'], ['Turkey', 'TR', '+90'], ['Turkmenistan', 'TM', '+993'], ['Turks and Caicos Islands', 'TC', '+1649'], ['Tuvalu', 'TV', '+688'], ['Uganda', 'UG', '+256'], ['Ukraine', 'UA', '+380'], ['United Arab Emirates', 'AE', '+971'], ['United Kingdom', 'GB', '+44'], ['United States', 'US', '+1'], ['Uruguay', 'UY', '+598'], ['Uzbekistan', 'UZ', '+998'], ['Vanuatu', 'VU', '+678'], ['Venezuela, Bolivarian Republic of', 'VE', '+58'], ['Viet Nam', 'VN', '+84'], ['Virgin Islands, British', 'VG', '+1284'], ['Virgin Islands, U.S.', 'VI', '+1340'], ['Wallis and Futuna', 'WF', '+681'], ['Western Sahara', 'EH', '+212'], ['Yemen', 'YE', '+967'], ['Zambia', 'ZM', '+260'], ['Zimbabwe', 'ZW', '+263'], ['Åland Islands', 'AX', '+358']];
|
|
8
|
-
exports.default = _default;
|
|
7
|
+
var _default = exports.default = [['Afghanistan', 'AF', '+93'], ['Albania', 'AL', '+355'], ['Algeria', 'DZ', '+213'], ['American Samoa', 'AS', '+1684'], ['Andorra', 'AD', '+376'], ['Angola', 'AO', '+244'], ['Anguilla', 'AI', '+1264'], ['Antarctica', 'AQ', '+672'], ['Antigua and Barbuda', 'AG', '+1268'], ['Argentina', 'AR', '+54 9'], ['Armenia', 'AM', '+374'], ['Aruba', 'AW', '+297'], ['Australia', 'AU', '+61'], ['Austria', 'AT', '+43'], ['Azerbaijan', 'AZ', '+994'], ['Bahamas', 'BS', '+1242'], ['Bahrain', 'BH', '+973'], ['Bangladesh', 'BD', '+880'], ['Barbados', 'BB', '+1246'], ['Belarus', 'BY', '+375'], ['Belgium', 'BE', '+32'], ['Belize', 'BZ', '+501'], ['Benin', 'BJ', '+229'], ['Bermuda', 'BM', '+1441'], ['Bhutan', 'BT', '+975'], ['Bolivia, Plurinational State of', 'BO', '+591'], ['Bonaire, Sint Eustatius and Saba', 'BQ', '+599'], ['Bosnia and Herzegovina', 'BA', '+387'], ['Botswana', 'BW', '+267'], ['Bouvet Island', 'BV', '+47'], ['Brazil', 'BR', '+55'], ['British Indian Ocean Territory', 'IO', '+246'], ['Brunei Darussalam', 'BN', '+673'], ['Bulgaria', 'BG', '+359'], ['Burkina Faso', 'BF', '+226'], ['Burundi', 'BI', '+257'], ['Cambodia', 'KH', '+855'], ['Cameroon', 'CM', '+237'], ['Canada', 'CA', '+1'], ['Cape Verde', 'CV', '+238'], ['Cayman Islands', 'KY', '+1345'], ['Central African Republic', 'CF', '+236'], ['Chad', 'TD', '+235'], ['Chile', 'CL', '+56'], ['China', 'CN', '+86'], ['Christmas Island', 'CX', '+61'], ['Cocos (Keeling) Islands', 'CC', '+61'], ['Colombia', 'CO', '+57'], ['Comoros', 'KM', '+269'], ['Congo', 'CG', '+242'], ['Congo, the Democratic Republic of the', 'CD', '+243'], ['Cook Islands', 'CK', '+682'], ['Costa Rica', 'CR', '+506'], ['Croatia', 'HR', '+385'], ['Cuba', 'CU', '+53'], ['Curaçao', 'CW', '+599'], ['Cyprus', 'CY', '+357'], ['Czech Republic', 'CZ', '+420'], ["Côte d'Ivoire", 'CI', '+225'], ['Denmark', 'DK', '+45'], ['Djibouti', 'DJ', '+253'], ['Dominica', 'DM', '+1767'], ['Dominican Republic', 'DO', '+1809'], ['Dominican Republic', 'DO', '+1829'], ['Dominican Republic', 'DO', '+1849'], ['Ecuador', 'EC', '+593'], ['Egypt', 'EG', '+20'], ['El Salvador', 'SV', '+503'], ['Equatorial Guinea', 'GQ', '+240'], ['Eritrea', 'ER', '+291'], ['Estonia', 'EE', '+372'], ['Ethiopia', 'ET', '+251'], ['Falkland Islands (Malvinas)', 'FK', '+500'], ['Faroe Islands', 'FO', '+298'], ['Fiji', 'FJ', '+679'], ['Finland', 'FI', '+358'], ['France', 'FR', '+33'], ['French Guiana', 'GF', '+594'], ['French Polynesia', 'PF', '+689'], ['French Southern Territories', 'TF', '+262'], ['Gabon', 'GA', '+241'], ['Gambia', 'GM', '+220'], ['Georgia', 'GE', '+995'], ['Germany', 'DE', '+49'], ['Ghana', 'GH', '+233'], ['Gibraltar', 'GI', '+350'], ['Greece', 'GR', '+30'], ['Greenland', 'GL', '+299'], ['Grenada', 'GD', '+1473'], ['Guadeloupe', 'GP', '+590'], ['Guam', 'GU', '+1671'], ['Guatemala', 'GT', '+502'], ['Guernsey', 'GG', '+44'], ['Guinea', 'GN', '+224'], ['Guinea-Bissau', 'GW', '+245'], ['Guyana', 'GY', '+592'], ['Haiti', 'HT', '+509'], ['Heard Island and McDonald Mcdonald Islands', 'HM', '+672'], ['Holy See (Vatican City State)', 'VA', '+3906'], ['Honduras', 'HN', '+504'], ['Hong Kong', 'HK', '+852'], ['Hungary', 'HU', '+36'], ['Iceland', 'IS', '+354'], ['India', 'IN', '+91'], ['Indonesia', 'ID', '+62'], ['Iran, Islamic Republic of', 'IR', '+98'], ['Iraq', 'IQ', '+964'], ['Ireland', 'IE', '+353'], ['Isle of Man', 'IM', '+44'], ['Israel', 'IL', '+972'], ['Italy', 'IT', '+39'], ['Jamaica', 'JM', '+1876'], ['Japan', 'JP', '+81'], ['Jersey', 'JE', '+44'], ['Jordan', 'JO', '+962'], ['Kazakhstan', 'KZ', '+7'], ['Kenya', 'KE', '+254'], ['Kiribati', 'KI', '+686'], ["Korea, Democratic People's Republic of", 'KP', '+850'], ['Korea, Republic of', 'KR', '+82'], ['Kuwait', 'KW', '+965'], ['Kyrgyzstan', 'KG', '+996'], ["Lao People's Democratic Republic", 'LA', '+856'], ['Latvia', 'LV', '+371'], ['Lebanon', 'LB', '+961'], ['Lesotho', 'LS', '+266'], ['Liberia', 'LR', '+231'], ['Libya', 'LY', '+218'], ['Liechtenstein', 'LI', '+423'], ['Lithuania', 'LT', '+370'], ['Luxembourg', 'LU', '+352'], ['Macao', 'MO', '+853'], ['Macedonia, the Former Yugoslav Republic of', 'MK', '+389'], ['Madagascar', 'MG', '+261'], ['Malawi', 'MW', '+265'], ['Malaysia', 'MY', '+60'], ['Maldives', 'MV', '+960'], ['Mali', 'ML', '+223'], ['Malta', 'MT', '+356'], ['Marshall Islands', 'MH', '+692'], ['Martinique', 'MQ', '+596'], ['Mauritania', 'MR', '+222'], ['Mauritius', 'MU', '+230'], ['Mayotte', 'YT', '+262'], ['Mexico', 'MX', '+52'], ['Micronesia, Federated States of', 'FM', '+691'], ['Moldova, Republic of', 'MD', '+373'], ['Monaco', 'MC', '+377'], ['Mongolia', 'MN', '+976'], ['Montenegro', 'ME', '+382'], ['Montserrat', 'MS', '+1664'], ['Morocco', 'MA', '+212'], ['Mozambique', 'MZ', '+258'], ['Myanmar', 'MM', '+95'], ['Namibia', 'NA', '+264'], ['Nauru', 'NR', '+674'], ['Nepal', 'NP', '+977'], ['Netherlands', 'NL', '+31'], ['New Caledonia', 'NC', '+687'], ['New Zealand', 'NZ', '+64'], ['Nicaragua', 'NI', '+505'], ['Niger', 'NE', '+227'], ['Nigeria', 'NG', '+234'], ['Niue', 'NU', '+683'], ['Norfolk Island', 'NF', '+672'], ['Northern Mariana Islands', 'MP', '+1670'], ['Norway', 'NO', '+47'], ['Oman', 'OM', '+968'], ['Pakistan', 'PK', '+92'], ['Palau', 'PW', '+680'], ['Palestine, State of', 'PS', '+970'], ['Panama', 'PA', '+507'], ['Papua New Guinea', 'PG', '+675'], ['Paraguay', 'PY', '+595'], ['Peru', 'PE', '+51'], ['Philippines', 'PH', '+63'], ['Pitcairn', 'PN', '+870'], ['Poland', 'PL', '+48'], ['Portugal', 'PT', '+351'], ['Puerto Rico', 'PR', '+1'], ['Qatar', 'QA', '+974'], ['Romania', 'RO', '+40'], ['Russian Federation', 'RU', '+7'], ['Rwanda', 'RW', '+250'], ['Réunion', 'RE', '+262'], ['Saint Barthélemy', 'BL', '+590'], ['Saint Helena, Ascension and Tristan da Cunha', 'SH', '+290'], ['Saint Kitts and Nevis', 'KN', '+1869'], ['Saint Lucia', 'LC', '+1758'], ['Saint Martin (French part)', 'MF', '+590'], ['Saint Pierre and Miquelon', 'PM', '+508'], ['Saint Vincent and the Grenadines', 'VC', '+1784'], ['Samoa', 'WS', '+685'], ['San Marino', 'SM', '+378'], ['Sao Tome and Principe', 'ST', '+239'], ['Saudi Arabia', 'SA', '+966'], ['Senegal', 'SN', '+221'], ['Serbia', 'RS', '+381'], ['Seychelles', 'SC', '+248'], ['Sierra Leone', 'SL', '+232'], ['Singapore', 'SG', '+65'], ['Sint Maarten (Dutch part)', 'SX', '+1721'], ['Slovakia', 'SK', '+421'], ['Slovenia', 'SI', '+386'], ['Solomon Islands', 'SB', '+677'], ['Somalia', 'SO', '+252'], ['South Africa', 'ZA', '+27'], ['South Georgia and the South Sandwich Islands', 'GS', '+500'], ['South Sudan', 'SS', '+211'], ['Spain', 'ES', '+34'], ['Sri Lanka', 'LK', '+94'], ['Sudan', 'SD', '+249'], ['Suriname', 'SR', '+597'], ['Svalbard and Jan Mayen', 'SJ', '+47'], ['Swaziland', 'SZ', '+268'], ['Sweden', 'SE', '+46'], ['Switzerland', 'CH', '+41'], ['Syrian Arab Republic', 'SY', '+963'], ['Taiwan, Province of China', 'TW', '+886'], ['Tajikistan', 'TJ', '+992'], ['Tanzania, United Republic of', 'TZ', '+255'], ['Thailand', 'TH', '+66'], ['Timor-Leste', 'TL', '+670'], ['Togo', 'TG', '+228'], ['Tokelau', 'TK', '+690'], ['Tonga', 'TO', '+676'], ['Trinidad and Tobago', 'TT', '+1868'], ['Tunisia', 'TN', '+216'], ['Turkey', 'TR', '+90'], ['Turkmenistan', 'TM', '+993'], ['Turks and Caicos Islands', 'TC', '+1649'], ['Tuvalu', 'TV', '+688'], ['Uganda', 'UG', '+256'], ['Ukraine', 'UA', '+380'], ['United Arab Emirates', 'AE', '+971'], ['United Kingdom', 'GB', '+44'], ['United States', 'US', '+1'], ['Uruguay', 'UY', '+598'], ['Uzbekistan', 'UZ', '+998'], ['Vanuatu', 'VU', '+678'], ['Venezuela, Bolivarian Republic of', 'VE', '+58'], ['Viet Nam', 'VN', '+84'], ['Virgin Islands, British', 'VG', '+1284'], ['Virgin Islands, U.S.', 'VI', '+1340'], ['Wallis and Futuna', 'WF', '+681'], ['Western Sahara', 'EH', '+212'], ['Yemen', 'YE', '+967'], ['Zambia', 'ZM', '+260'], ['Zimbabwe', 'ZW', '+263'], ['Åland Islands', 'AX', '+358']];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -29,7 +29,7 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
|
|
|
29
29
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
30
30
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
31
31
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } // import LocationInput from '../../ui/input/location_input';
|
|
32
|
-
var IconSvg = /*#__PURE__*/_react.default.createElement("svg", {
|
|
32
|
+
var IconSvg = exports.IconSvg = /*#__PURE__*/_react.default.createElement("svg", {
|
|
33
33
|
focusable: "false",
|
|
34
34
|
width: "14px",
|
|
35
35
|
height: "14px",
|
|
@@ -56,8 +56,7 @@ var IconSvg = /*#__PURE__*/_react.default.createElement("svg", {
|
|
|
56
56
|
id: "Fill-349-Copy",
|
|
57
57
|
d: "M22.4023125,22.8 C22.543625,21.9425 22.625,20.9975 22.625,20 L26.125,20 C26.125,21.316875 25.69275,22.52 24.9853125,23.5175 C24.3255625,23.2025 23.4383125,22.953125 22.4023125,22.8 L22.4023125,22.8 Z M21.372875,25.954375 C21.72725,25.3725 22.0234375,24.5675 22.2404375,23.6225 C22.8975625,23.696875 23.483375,23.80625 23.9624375,23.9375 L24.67075,23.9375 C23.829875,24.92625 22.6849375,25.6525 21.372875,25.954375 L21.372875,25.954375 Z M20,26.125 C19.412875,26.125 18.896625,25.105625 18.579,23.5525 C19.034,23.521875 19.503875,23.5 20,23.5 C20.4956875,23.5 20.966,23.521875 21.421,23.5525 C21.1029375,25.105625 20.5866875,26.125 20,26.125 L20,26.125 Z M15.3288125,23.9375 L16.0375625,23.9375 C16.5161875,23.80625 17.1024375,23.696875 17.759125,23.6225 C17.976125,24.5675 18.2723125,25.3725 18.6266875,25.954375 C17.3150625,25.6525 16.170125,24.92625 15.3288125,23.9375 L15.3288125,23.9375 Z M15.0146875,23.5175 C14.3068125,22.52 13.875,21.316875 13.875,20 L17.375,20 C17.375,20.9975 17.4559375,21.9425 17.59725,22.8 C16.56125,22.953125 15.6744375,23.2025 15.0146875,23.5175 L15.0146875,23.5175 Z M15.030875,16.45625 C15.6796875,16.78 16.5634375,17.03375 17.60075,17.195625 C17.501,17.799375 17.428375,18.4425 17.3964375,19.125 L13.951125,19.125 C14.0933125,18.13625 14.477,17.230625 15.030875,16.45625 L15.030875,16.45625 Z M18.6266875,14.04125 C18.27275,14.623125 17.977,15.42375 17.760875,16.373125 C17.1265,16.294375 16.558625,16.189375 16.0944375,16.0625 L15.34325,16.0625 C16.180625,15.069375 17.3168125,14.343125 18.6266875,14.04125 L18.6266875,14.04125 Z M20,13.875 C20.585375,13.875 21.0959375,14.894375 21.4118125,16.443125 C20.959875,16.478125 20.492625,16.5 20,16.5 C19.5069375,16.5 19.0396875,16.478125 18.58775,16.443125 C18.903625,14.894375 19.4141875,13.875 20,13.875 L20,13.875 Z M18.2749375,19.125 C18.3020625,18.473125 18.362,17.865 18.441625,17.29625 C18.9408125,17.344375 19.4596875,17.375 20,17.375 C20.5403125,17.375 21.0591875,17.344375 21.5579375,17.29625 C21.638,17.865 21.6979375,18.473125 21.724625,19.125 L18.2749375,19.125 L18.2749375,19.125 Z M21.75,20 C21.75,20.97125 21.6786875,21.88125 21.5631875,22.699375 C21.06225,22.65125 20.5420625,22.625 20,22.625 C19.4579375,22.625 18.9373125,22.65125 18.436375,22.699375 C18.320875,21.88125 18.25,20.97125 18.25,20 L21.75,20 L21.75,20 Z M24.6563125,16.0625 L23.905125,16.0625 C23.441375,16.189375 22.8730625,16.294375 22.2386875,16.373125 C22.0225625,15.42375 21.7268125,14.623125 21.372875,14.04125 C22.68275,14.343125 23.8189375,15.069375 24.6563125,16.0625 L24.6563125,16.0625 Z M24.9686875,16.45625 C25.5225625,17.230625 25.90625,18.13625 26.048875,19.125 L22.603125,19.125 C22.5711875,18.4425 22.499,17.799375 22.39925,17.195625 C23.4365625,17.03375 24.3203125,16.78 24.9686875,16.45625 L24.9686875,16.45625 Z M20,13 C16.1338125,13 13,16.1325 13,20 C13,23.863125 16.1338125,27 20,27 C23.86575,27 27,23.863125 27,20 C27,16.1325 23.86575,13 20,13 L20,13 Z"
|
|
58
58
|
}))))));
|
|
59
|
-
exports.
|
|
60
|
-
var PhoneNumberPane = /*#__PURE__*/function (_React$Component) {
|
|
59
|
+
var PhoneNumberPane = exports.default = /*#__PURE__*/function (_React$Component) {
|
|
61
60
|
_inherits(PhoneNumberPane, _React$Component);
|
|
62
61
|
var _super = _createSuper(PhoneNumberPane);
|
|
63
62
|
function PhoneNumberPane() {
|
|
@@ -100,7 +99,6 @@ var PhoneNumberPane = /*#__PURE__*/function (_React$Component) {
|
|
|
100
99
|
}]);
|
|
101
100
|
return PhoneNumberPane;
|
|
102
101
|
}(_react.default.Component);
|
|
103
|
-
exports.default = PhoneNumberPane;
|
|
104
102
|
PhoneNumberPane.propTypes = {
|
|
105
103
|
instructions: _propTypes.default.element,
|
|
106
104
|
lock: _propTypes.default.object.isRequired,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -29,7 +29,7 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
|
|
|
29
29
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
30
30
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
31
31
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
32
|
-
var SocialButtonsPane = /*#__PURE__*/function (_React$Component) {
|
|
32
|
+
var SocialButtonsPane = exports.default = /*#__PURE__*/function (_React$Component) {
|
|
33
33
|
_inherits(SocialButtonsPane, _React$Component);
|
|
34
34
|
var _super = _createSuper(SocialButtonsPane);
|
|
35
35
|
function SocialButtonsPane() {
|
|
@@ -94,7 +94,6 @@ var SocialButtonsPane = /*#__PURE__*/function (_React$Component) {
|
|
|
94
94
|
}]);
|
|
95
95
|
return SocialButtonsPane;
|
|
96
96
|
}(_react.default.Component);
|
|
97
|
-
exports.default = SocialButtonsPane;
|
|
98
97
|
SocialButtonsPane.propTypes = {
|
|
99
98
|
instructions: _propTypes.default.any,
|
|
100
99
|
labelFn: _propTypes.default.func.isRequired,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -28,7 +28,7 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
|
|
|
28
28
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
29
29
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
30
30
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
31
|
-
var UsernamePane = /*#__PURE__*/function (_React$Component) {
|
|
31
|
+
var UsernamePane = exports.default = /*#__PURE__*/function (_React$Component) {
|
|
32
32
|
_inherits(UsernamePane, _React$Component);
|
|
33
33
|
var _super = _createSuper(UsernamePane);
|
|
34
34
|
function UsernamePane() {
|
|
@@ -106,7 +106,6 @@ var UsernamePane = /*#__PURE__*/function (_React$Component) {
|
|
|
106
106
|
}]);
|
|
107
107
|
return UsernamePane;
|
|
108
108
|
}(_react.default.Component);
|
|
109
|
-
exports.default = UsernamePane;
|
|
110
109
|
UsernamePane.propTypes = {
|
|
111
110
|
i18n: _propTypes.default.object.isRequired,
|
|
112
111
|
lock: _propTypes.default.object.isRequired,
|
|
@@ -15,7 +15,7 @@ var _vcode = require("../vcode");
|
|
|
15
15
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
16
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
17
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
18
|
-
function _typeof(
|
|
18
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
19
19
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
20
20
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
21
21
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
@@ -29,7 +29,7 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
|
|
|
29
29
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
30
30
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
31
31
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
32
|
-
var VcodePane = /*#__PURE__*/function (_React$Component) {
|
|
32
|
+
var VcodePane = exports.default = /*#__PURE__*/function (_React$Component) {
|
|
33
33
|
_inherits(VcodePane, _React$Component);
|
|
34
34
|
var _super = _createSuper(VcodePane);
|
|
35
35
|
function VcodePane() {
|
|
@@ -81,7 +81,6 @@ var VcodePane = /*#__PURE__*/function (_React$Component) {
|
|
|
81
81
|
}]);
|
|
82
82
|
return VcodePane;
|
|
83
83
|
}(_react.default.Component);
|
|
84
|
-
exports.default = VcodePane;
|
|
85
84
|
VcodePane.propTypes = {
|
|
86
85
|
instructions: _propTypes.default.string,
|
|
87
86
|
lock: _propTypes.default.object.isRequired,
|
package/lib/i18n/af.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Jammer, jy het limiet bereik. Probeer asseblief weer later.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Voer die kode hierbo in',
|
|
138
138
|
captchaMathInputPlaceholder: 'Los die formule hierbo getoon'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/ar.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'لقد تجاوزت الحد المسموح لمحاولات تغيير كلمة المرور. رجاءً انتظر قبل إعادة المحاولة.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'أدخل الرمز الموضح أعلاه',
|
|
138
138
|
captchaMathInputPlaceholder: 'حل الصيغة الموضحة أعلاه'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/az.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Şifrəni dəyişdirməyə cəhdlərin sayında maksimal həddə çatmısınız. Xahiş edirik bir daha cəhd etmədən əvvəl gözləyin.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Yuxarıda göstərilən kodu daxil edin',
|
|
138
138
|
captchaMathInputPlaceholder: 'Yuxarıda göstərilən düsturu həll edin'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/bg.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Достигнахте лимита на опити за смяна на паролата. Моля изчакайте преди да опитате отново.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Въведете кода, показан по-горе',
|
|
138
138
|
captchaMathInputPlaceholder: 'Решете задачата, показана по-горе'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/ca.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: "S'han exhaurit els intents per restablir la contrasenya. Espereu una estona i intenteu-ho de nou.",
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Introduïu el codi anterior',
|
|
138
138
|
captchaMathInputPlaceholder: 'Resoleu la fórmula mostrada anteriorment'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/cs.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Dosáhli jste limitu počtu pokusů o změnu hesla. Před dalším pokusem prosím počkejte.',
|
|
@@ -138,4 +138,3 @@ var _default = {
|
|
|
138
138
|
mfaSubmitLabel: 'Přihlásit',
|
|
139
139
|
mfaCodeErrorHint: 'Použijte %d číslic'
|
|
140
140
|
};
|
|
141
|
-
exports.default = _default;
|
package/lib/i18n/da.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Du har nået grænsen for forsøg på at skifte adgangskode. Vent venligst før du prøver igen.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Indtast koden vist ovenfor',
|
|
138
138
|
captchaMathInputPlaceholder: 'Løs formlen vist ovenfor'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/de.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _default = {
|
|
7
|
+
var _default = exports.default = {
|
|
8
8
|
error: {
|
|
9
9
|
forgotPassword: {
|
|
10
10
|
too_many_requests: 'Sie haben das Limit für Rücksetzungsversuche des Passworts erreicht. Bitte warten Sie, bevor Sie es erneut versuchen.',
|
|
@@ -135,4 +135,3 @@ var _default = {
|
|
|
135
135
|
captchaCodeInputPlaceholder: 'Geben Sie den oben angezeigten Code ein.',
|
|
136
136
|
captchaMathInputPlaceholder: 'Lösen Sie die oben gezeigte Formel.'
|
|
137
137
|
};
|
|
138
|
-
exports.default = _default;
|
package/lib/i18n/el.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Έχετε υπερβεί το όριο προσπαθειών αλλαγής κωδικού πρόσβασης. Παρακαλούμε περιμένετε πριν ξαναπροσπαθήσετε.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Εισαγάγετε τον κωδικό που φαίνεται παραπάνω',
|
|
138
138
|
captchaMathInputPlaceholder: 'Λύστε τον τύπο που φαίνεται παραπάνω'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/en.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _default = {
|
|
7
|
+
var _default = exports.default = {
|
|
8
8
|
error: {
|
|
9
9
|
forgotPassword: {
|
|
10
10
|
too_many_requests: 'You have reached the limit on password change attempts. Please wait before trying again.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
mfaSubmitLabel: 'Log In',
|
|
138
138
|
mfaCodeErrorHint: 'Use %d numbers'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/es.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _default = {
|
|
7
|
+
var _default = exports.default = {
|
|
8
8
|
error: {
|
|
9
9
|
forgotPassword: {
|
|
10
10
|
too_many_requests: 'Se ha alcanzado el límite de intentos para restablecer su contraseña. Por favor, aguarde unos minutos.',
|
|
@@ -135,4 +135,3 @@ var _default = {
|
|
|
135
135
|
showPassword: 'Mostrar contraseña',
|
|
136
136
|
signUpTerms: 'Al suscribirse usted acepta nuestros términos de servicio y política de privacidad.'
|
|
137
137
|
};
|
|
138
|
-
exports.default = _default;
|
package/lib/i18n/et.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Sa oled liiga palju kordi üritanud salasõna vahetada. Palun oota enne uuesti proovimist.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Sisestage ülal näidatud kood',
|
|
138
138
|
captchaMathInputPlaceholder: 'Lahendage ülaltoodud valem'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/fa.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'بیش از دفعات مجاز تغییر رمز عبور تلاش نموده اید ، لطفا کمی صبر کنید و دوباره تلاش کنید',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'کد نشان داده شده در بالا را وارد کنید',
|
|
138
138
|
captchaMathInputPlaceholder: 'فرمول نشان داده شده در بالا را حل کنید'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/fi.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Olet yrittänyt vaihtaa salasanaa liian monta kertaa. Ole hyvä ja odota ennen kuin yrität uudelleen.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Kirjoita yllä oleva koodi',
|
|
138
138
|
captchaMathInputPlaceholder: 'Ratkaise yllä esitetty kaava'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/fr.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Vous avez atteint la limite de tentatives de changement de mot de passe. Veuillez patienter avant de recommencer.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Entrez le code ci-dessus',
|
|
138
138
|
captchaMathInputPlaceholder: 'Résolvez la formule ci-dessus'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/he.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'הגעת למגבלת הנסיונות לשינוי סיסמא. אנא המתן לפני הנסיון הבא.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'הזן את הקוד שמוצג למעלה',
|
|
138
138
|
captchaMathInputPlaceholder: 'לפתור את הנוסחה שמוצגת למעלה'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/hr.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Dosegnuli ste najveći dopušteni broj pokušaja promjene lozinke. Pričekajte prije nego što pokušate ponovno.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Unesite kod prikazan gore',
|
|
138
138
|
captchaMathInputPlaceholder: 'Riješite gore prikazanu formulu'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/hu.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Elérted a jelszóváltoztatási probálkozások engedélyezett számát. Kérjük, várj egy kicsit mielőtt újrapróbálnád!',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Írja be a fenti kódot',
|
|
138
138
|
captchaMathInputPlaceholder: 'Oldja meg a fenti képletet'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/id.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Anda telah mencapai batas upaya perubahan kata sandi. Harap tunggu sebelum mencoba lagi.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Masukkan kode yang ditunjukkan di atas',
|
|
138
138
|
captchaMathInputPlaceholder: 'Selesaikan rumus yang ditunjukkan di atas'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/it.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var _default = {
|
|
7
|
+
var _default = exports.default = {
|
|
8
8
|
error: {
|
|
9
9
|
forgotPassword: {
|
|
10
10
|
too_many_requests: 'Hai raggiunto il limite di tentativi di modifica della password. Attendi prima di riprovare.',
|
|
@@ -135,4 +135,3 @@ var _default = {
|
|
|
135
135
|
captchaCodeInputPlaceholder: 'Inserisci il codice mostrato sopra',
|
|
136
136
|
captchaMathInputPlaceholder: 'Risolvi la formula mostrata sopra'
|
|
137
137
|
};
|
|
138
|
-
exports.default = _default;
|
package/lib/i18n/ja.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'パスワード変更のリクエスト数が上限に達しました。時間をおいてやり直してください。',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: '上記のコードを入力してください',
|
|
138
138
|
captchaMathInputPlaceholder: '上記の式を解きます'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/ko.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: '비밀번호 변경 요청 횟수가 제한을 초과하였습니다. 시간을 두고 나중에 다시 시도해 주세요.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: '위에 표시된 코드를 입력하십시오',
|
|
138
138
|
captchaMathInputPlaceholder: '위에 표시된 공식을 해결'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/lt.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Jūs pasiekėte slaptažodžio keitimų limitą. Prašome palaukti, prieš bandant dar kartą.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Įveskite aukščiau parodytą kodą',
|
|
138
138
|
captchaMathInputPlaceholder: 'Išspręskite aukščiau parodytą formulę'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/lv.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Jūs sasniedzāt atļauto paroles maiņas mēģinājumu skaitu. Lūdzu, uzgaidiet, pirms mēģinat vēlreiz.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Ievadiet iepriekš parādīto kodu',
|
|
138
138
|
captchaMathInputPlaceholder: 'Atrisiniet iepriekš parādīto formulu'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/ms.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Anda telah mencapai had percubaan penukaran kata laluan. Sila tunggu sebelum mencuba lagi.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Masukkan kod yang ditunjukkan di atas',
|
|
138
138
|
captchaMathInputPlaceholder: 'Selesaikan formula yang ditunjukkan di atas'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/nb.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Du er midlertidig blokkert på grunn av for mange passord-endringsforsøk. Vent litt før du prøver igjen.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Tast inn koden vist over',
|
|
138
138
|
captchaMathInputPlaceholder: 'Løs formelen vist ovenfor'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/nl.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a pull request (PR) if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'U heeft de limiet van het aantal wachtwoord wijzigingspogingen bereikt. Wacht even voor dat u het nog een keer probeert.',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Voer de hierboven getoonde code in',
|
|
138
138
|
captchaMathInputPlaceholder: 'Los de bovenstaande formule op'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|
package/lib/i18n/nn.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
// This file was automatically translated.
|
|
8
8
|
// Feel free to submit a PR if you find a more accurate translation.
|
|
9
|
-
var _default = {
|
|
9
|
+
var _default = exports.default = {
|
|
10
10
|
error: {
|
|
11
11
|
forgotPassword: {
|
|
12
12
|
too_many_requests: 'Du har nådd grensa for antal forsøk på å endre passord. Ver venleg og vent ei stund før du prøvar på nytt',
|
|
@@ -137,4 +137,3 @@ var _default = {
|
|
|
137
137
|
captchaCodeInputPlaceholder: 'Tast inn koden vist over',
|
|
138
138
|
captchaMathInputPlaceholder: 'Løs formelen vist ovenfor'
|
|
139
139
|
};
|
|
140
|
-
exports.default = _default;
|