@everymatrix/pam-login 1.77.5 → 1.77.6

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const pamLogin = require('./pam-login-21c9d951.js');
5
+ const pamLogin = require('./pam-login-c9df7cfa.js');
6
6
  require('./index-c5001c3e.js');
7
7
 
8
8
 
@@ -82,7 +82,36 @@ const TRANSLATIONS = {
82
82
  "userPasswordError": "The password has an invalid format.",
83
83
  "GmErr_LOGIN_DENIED": "Login denied for current user",
84
84
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
85
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
85
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
86
+ "gm.pms.captcha_bad_request": "Captcha verification failed. Please try again.",
87
+ "gm.pms.captcha_missing": "Please complete the captcha.",
88
+ "gm.pms.configuration_exception": "System configuration error. Please contact support.",
89
+ "gm.pms.contact_not_found": "Contact information not found.",
90
+ "gm.pms.model_validation_failed": "Invalid request data. Please check and try again.",
91
+ "gm.pms.otp_disabled": "OTP is disabled for this account.",
92
+ "gm.pms.otp_not_found": "OTP not found.",
93
+ "gm.pms.otp_not_verified_unauthorized": "OTP verification failed. Please try again.",
94
+ "gm.pms.password_already_exists": "A password has already been set for this account.",
95
+ "gm.pms.password_not_found": "Password not found.",
96
+ "gm.pms.password_not_verified_unauthorized": "Incorrect password. Please try again.",
97
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Your account has been blocked due to multiple failed login attempts.",
98
+ "gm.pms.password_policy_failed": "Password does not meet the security requirements.",
99
+ "gm.pms.player_not_found": "Player account not found.",
100
+ "gm.pms.player_personal_information_not_found": "Personal information not found.",
101
+ "gm.pms.second_factor_not_verified_unauthorized": "Two-factor authentication failed. Please try again.",
102
+ "gm.pms.session_not_found": "Session not found.",
103
+ "gm.pms.token_not_found": "Authentication token not found.",
104
+ "gm.pms.unexpected_db_exception_on_update": "A database error occurred. Please try again later.",
105
+ "gm.pms.unexpected_exception": "An unexpected error occurred. Please try again later.",
106
+ "gm.pms.SessionHasNoPermissions": "You do not have permission to perform this action.",
107
+ "gm.pms.incorrect_migration_player_data": "Invalid player data provided for migration.",
108
+ "gm.pms.migration_config_tenant_id_missed": "Migration file is missing the TenantId column.",
109
+ "gm.pms.migration_player_fetch_data_failed": "Unable to fetch player data during migration.",
110
+ "gm.pms.migration_player_incorrect_data": "Required player data is missing for migration.",
111
+ "gm.pms.missing_hashing_data": "Missing hashing configuration (salt/pepper).",
112
+ "gm.pms.session_is_missing": "Session is missing. Please log in again.",
113
+ "gm.pms.session_invalid_or_expired": "Your session is invalid or has expired. Please log in again.",
114
+ "gm.pms.database_provider_not_configured": "Database connection is not configured. Please contact support."
86
115
  },
87
116
  "tr": {
88
117
  "invalidField": "Üzgünüz, bu kullanıcı adı/e-posta adresi ve/veya şifre tanınmadı.",
@@ -105,7 +134,36 @@ const TRANSLATIONS = {
105
134
  "userPasswordError": "Şifre geçersiz bir formata sahip.",
106
135
  "GmErr_LOGIN_DENIED": "Login denied for current user",
107
136
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
108
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
137
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
138
+ "gm.pms.captcha_bad_request": "Captcha doğrulaması başarısız oldu. Lütfen tekrar deneyin.",
139
+ "gm.pms.captcha_missing": "Lütfen captcha'yı tamamlayın.",
140
+ "gm.pms.configuration_exception": "Sistem yapılandırma hatası. Lütfen destek ile iletişime geçin.",
141
+ "gm.pms.contact_not_found": "İletişim bilgisi bulunamadı.",
142
+ "gm.pms.model_validation_failed": "Geçersiz istek verisi. Lütfen kontrol edip tekrar deneyin.",
143
+ "gm.pms.otp_disabled": "Bu hesap için OTP devre dışı bırakılmış.",
144
+ "gm.pms.otp_not_found": "OTP bulunamadı.",
145
+ "gm.pms.otp_not_verified_unauthorized": "OTP doğrulaması başarısız oldu. Lütfen tekrar deneyin.",
146
+ "gm.pms.password_already_exists": "Bu hesap için zaten bir parola ayarlanmış.",
147
+ "gm.pms.password_not_found": "Parola bulunamadı.",
148
+ "gm.pms.password_not_verified_unauthorized": "Hatalı parola. Lütfen tekrar deneyin.",
149
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Hesabınız çok sayıda hatalı giriş nedeniyle engellendi.",
150
+ "gm.pms.password_policy_failed": "Parola güvenlik gereksinimlerini karşılamıyor.",
151
+ "gm.pms.player_not_found": "Oyuncu hesabı bulunamadı.",
152
+ "gm.pms.player_personal_information_not_found": "Kişisel bilgi bulunamadı.",
153
+ "gm.pms.second_factor_not_verified_unauthorized": "İki faktörlü kimlik doğrulama başarısız oldu. Lütfen tekrar deneyin.",
154
+ "gm.pms.session_not_found": "Oturum bulunamadı.",
155
+ "gm.pms.token_not_found": "Kimlik doğrulama jetonu bulunamadı.",
156
+ "gm.pms.unexpected_db_exception_on_update": "Bir veritabanı hatası oluştu. Lütfen daha sonra tekrar deneyin.",
157
+ "gm.pms.unexpected_exception": "Beklenmeyen bir hata oluştu. Lütfen daha sonra tekrar deneyin.",
158
+ "gm.pms.SessionHasNoPermissions": "Bu işlemi gerçekleştirmek için izniniz yok.",
159
+ "gm.pms.incorrect_migration_player_data": "Geçersiz oyuncu verisi sağlandı (taşıma işlemi için).",
160
+ "gm.pms.migration_config_tenant_id_missed": "Taşıma dosyasında TenantId sütunu eksik.",
161
+ "gm.pms.migration_player_fetch_data_failed": "Taşıma sırasında oyuncu verileri alınamadı.",
162
+ "gm.pms.migration_player_incorrect_data": "Taşıma için gerekli oyuncu verileri eksik.",
163
+ "gm.pms.missing_hashing_data": "Eksik şifreleme yapılandırması (salt/pepper).",
164
+ "gm.pms.session_is_missing": "Oturum eksik. Lütfen tekrar giriş yapın.",
165
+ "gm.pms.session_invalid_or_expired": "Oturumunuz geçersiz veya süresi dolmuş. Lütfen tekrar giriş yapın.",
166
+ "gm.pms.database_provider_not_configured": "Veritabanı bağlantısı yapılandırılmamış. Lütfen destek ile iletişime geçin."
109
167
  },
110
168
  "en-us": {
111
169
  "invalidField": "Sorry, that username/email address and/or password has not been recognized.",
@@ -128,7 +186,36 @@ const TRANSLATIONS = {
128
186
  "userPasswordError": "The password has an invalid format.",
129
187
  "GmErr_LOGIN_DENIED": "Login denied for current user",
130
188
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
131
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
189
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
190
+ "gm.pms.captcha_bad_request": "Captcha verification failed. Please try again.",
191
+ "gm.pms.captcha_missing": "Please complete the captcha.",
192
+ "gm.pms.configuration_exception": "System configuration error. Please contact support.",
193
+ "gm.pms.contact_not_found": "Contact information not found.",
194
+ "gm.pms.model_validation_failed": "Invalid request data. Please check and try again.",
195
+ "gm.pms.otp_disabled": "OTP is disabled for this account.",
196
+ "gm.pms.otp_not_found": "OTP not found.",
197
+ "gm.pms.otp_not_verified_unauthorized": "OTP verification failed. Please try again.",
198
+ "gm.pms.password_already_exists": "A password has already been set for this account.",
199
+ "gm.pms.password_not_found": "Password not found.",
200
+ "gm.pms.password_not_verified_unauthorized": "Incorrect password. Please try again.",
201
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Your account has been blocked due to multiple failed login attempts.",
202
+ "gm.pms.password_policy_failed": "Password does not meet the security requirements.",
203
+ "gm.pms.player_not_found": "Player account not found.",
204
+ "gm.pms.player_personal_information_not_found": "Personal information not found.",
205
+ "gm.pms.second_factor_not_verified_unauthorized": "Two-factor authentication failed. Please try again.",
206
+ "gm.pms.session_not_found": "Session not found.",
207
+ "gm.pms.token_not_found": "Authentication token not found.",
208
+ "gm.pms.unexpected_db_exception_on_update": "A database error occurred. Please try again later.",
209
+ "gm.pms.unexpected_exception": "An unexpected error occurred. Please try again later.",
210
+ "gm.pms.SessionHasNoPermissions": "You do not have permission to perform this action.",
211
+ "gm.pms.incorrect_migration_player_data": "Invalid player data provided for migration.",
212
+ "gm.pms.migration_config_tenant_id_missed": "Migration file is missing the TenantId column.",
213
+ "gm.pms.migration_player_fetch_data_failed": "Unable to fetch player data during migration.",
214
+ "gm.pms.migration_player_incorrect_data": "Required player data is missing for migration.",
215
+ "gm.pms.missing_hashing_data": "Missing hashing configuration (salt/pepper).",
216
+ "gm.pms.session_is_missing": "Session is missing. Please log in again.",
217
+ "gm.pms.session_invalid_or_expired": "Your session is invalid or has expired. Please log in again.",
218
+ "gm.pms.database_provider_not_configured": "Database connection is not configured. Please contact support."
132
219
  },
133
220
  "ro": {
134
221
  "invalidField": "Ne pare rău, acest nume de utilizator/adresă de e-mail și/sau parolă nu a fost recunoscut.",
@@ -151,7 +238,36 @@ const TRANSLATIONS = {
151
238
  "userPasswordError": "Parola are un format invalid.",
152
239
  "GmErr_LOGIN_DENIED": "Login denied for current user",
153
240
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
154
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
241
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
242
+ "gm.pms.captcha_bad_request": "Verificarea captcha a eșuat. Vă rugăm să încercați din nou.",
243
+ "gm.pms.captcha_missing": "Vă rugăm să completați captcha.",
244
+ "gm.pms.configuration_exception": "Eroare de configurare a sistemului. Contactați suportul.",
245
+ "gm.pms.contact_not_found": "Informațiile de contact nu au fost găsite.",
246
+ "gm.pms.model_validation_failed": "Datele trimise sunt invalide. Verificați și încercați din nou.",
247
+ "gm.pms.otp_disabled": "OTP este dezactivat pentru acest cont.",
248
+ "gm.pms.otp_not_found": "OTP nu a fost găsit.",
249
+ "gm.pms.otp_not_verified_unauthorized": "Verificarea OTP a eșuat. Vă rugăm să încercați din nou.",
250
+ "gm.pms.password_already_exists": "O parolă a fost deja setată pentru acest cont.",
251
+ "gm.pms.password_not_found": "Parola nu a fost găsită.",
252
+ "gm.pms.password_not_verified_unauthorized": "Parola este incorectă. Vă rugăm să încercați din nou.",
253
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Contul dvs. a fost blocat din cauza prea multor încercări eșuate de autentificare.",
254
+ "gm.pms.password_policy_failed": "Parola nu respectă cerințele de securitate.",
255
+ "gm.pms.player_not_found": "Contul de jucător nu a fost găsit.",
256
+ "gm.pms.player_personal_information_not_found": "Informațiile personale nu au fost găsite.",
257
+ "gm.pms.second_factor_not_verified_unauthorized": "Autentificarea în doi pași a eșuat. Vă rugăm să încercați din nou.",
258
+ "gm.pms.session_not_found": "Sesiunea nu a fost găsită.",
259
+ "gm.pms.token_not_found": "Token-ul de autentificare nu a fost găsit.",
260
+ "gm.pms.unexpected_db_exception_on_update": "A apărut o eroare a bazei de date. Vă rugăm să încercați din nou mai târziu.",
261
+ "gm.pms.unexpected_exception": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou mai târziu.",
262
+ "gm.pms.SessionHasNoPermissions": "Nu aveți permisiunea de a efectua această acțiune.",
263
+ "gm.pms.incorrect_migration_player_data": "Datele jucătorului furnizate pentru migrare sunt invalide.",
264
+ "gm.pms.migration_config_tenant_id_missed": "Fișierul de migrare nu conține coloana TenantId.",
265
+ "gm.pms.migration_player_fetch_data_failed": "Nu s-au putut obține datele jucătorului în timpul migrării.",
266
+ "gm.pms.migration_player_incorrect_data": "Datele necesare pentru migrarea jucătorului lipsesc.",
267
+ "gm.pms.missing_hashing_data": "Configurația de hashing (salt/pepper) lipsește.",
268
+ "gm.pms.session_is_missing": "Sesiunea lipsește. Vă rugăm să vă autentificați din nou.",
269
+ "gm.pms.session_invalid_or_expired": "Sesiunea dvs. este invalidă sau a expirat. Vă rugăm să vă autentificați din nou.",
270
+ "gm.pms.database_provider_not_configured": "Conexiunea la baza de date nu este configurată. Contactați suportul."
155
271
  },
156
272
  "hr": {
157
273
  "invalidField": "Žao nam je, to korisničko ime/adresa e-pošte i/ili lozinka nisu prepoznati.",
@@ -174,7 +290,36 @@ const TRANSLATIONS = {
174
290
  "userPasswordError": "Lozinka ima nevažeći format.",
175
291
  "GmErr_LOGIN_DENIED": "Login denied for current user",
176
292
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
177
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
293
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
294
+ "gm.pms.captcha_bad_request": "Provjera captche nije uspjela. Pokušajte ponovno.",
295
+ "gm.pms.captcha_missing": "Molimo dovršite captchu.",
296
+ "gm.pms.configuration_exception": "Pogreška u konfiguraciji sustava. Obratite se podršci.",
297
+ "gm.pms.contact_not_found": "Kontakt informacije nisu pronađene.",
298
+ "gm.pms.model_validation_failed": "Nevažeći podaci zahtjeva. Provjerite i pokušajte ponovno.",
299
+ "gm.pms.otp_disabled": "OTP je onemogućen za ovaj račun.",
300
+ "gm.pms.otp_not_found": "OTP nije pronađen.",
301
+ "gm.pms.otp_not_verified_unauthorized": "Provjera OTP-a nije uspjela. Pokušajte ponovno.",
302
+ "gm.pms.password_already_exists": "Za ovaj račun je već postavljena lozinka.",
303
+ "gm.pms.password_not_found": "Lozinka nije pronađena.",
304
+ "gm.pms.password_not_verified_unauthorized": "Netočna lozinka. Pokušajte ponovno.",
305
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Vaš račun je blokiran zbog previše neuspjelih pokušaja prijave.",
306
+ "gm.pms.password_policy_failed": "Lozinka ne ispunjava sigurnosne zahtjeve.",
307
+ "gm.pms.player_not_found": "Korisnički račun nije pronađen.",
308
+ "gm.pms.player_personal_information_not_found": "Osobni podaci nisu pronađeni.",
309
+ "gm.pms.second_factor_not_verified_unauthorized": "Dvofaktorska autentifikacija nije uspjela. Pokušajte ponovno.",
310
+ "gm.pms.session_not_found": "Sesija nije pronađena.",
311
+ "gm.pms.token_not_found": "Autentifikacijski token nije pronađen.",
312
+ "gm.pms.unexpected_db_exception_on_update": "Došlo je do pogreške baze podataka. Pokušajte ponovno kasnije.",
313
+ "gm.pms.unexpected_exception": "Došlo je do neočekivane pogreške. Pokušajte ponovno kasnije.",
314
+ "gm.pms.SessionHasNoPermissions": "Nemate dopuštenje za ovu radnju.",
315
+ "gm.pms.incorrect_migration_player_data": "Nevažeći korisnički podaci za migraciju.",
316
+ "gm.pms.migration_config_tenant_id_missed": "Migracijska datoteka ne sadrži stupac TenantId.",
317
+ "gm.pms.migration_player_fetch_data_failed": "Nije moguće dohvatiti podatke korisnika tijekom migracije.",
318
+ "gm.pms.migration_player_incorrect_data": "Nedostaju potrebni podaci za migraciju korisnika.",
319
+ "gm.pms.missing_hashing_data": "Nedostaje konfiguracija za hashing (salt/pepper).",
320
+ "gm.pms.session_is_missing": "Sesija nedostaje. Molimo prijavite se ponovno.",
321
+ "gm.pms.session_invalid_or_expired": "Vaša sesija je nevažeća ili je istekla. Molimo prijavite se ponovno.",
322
+ "gm.pms.database_provider_not_configured": "Veza s bazom podataka nije konfigurirana. Obratite se podršci."
178
323
  },
179
324
  "fr": {
180
325
  "invalidField": "Désolé, ce nom d'utilisateur/adresse e-mail et/ou mot de passe n'a pas été reconnu.",
@@ -197,7 +342,36 @@ const TRANSLATIONS = {
197
342
  "userPasswordError": "Le mot de passe a un format invalide.",
198
343
  "GmErr_LOGIN_DENIED": "Login denied for current user",
199
344
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
200
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
345
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
346
+ "gm.pms.captcha_bad_request": "La vérification du captcha a échoué. Veuillez réessayer.",
347
+ "gm.pms.captcha_missing": "Veuillez compléter le captcha.",
348
+ "gm.pms.configuration_exception": "Erreur de configuration du système. Veuillez contacter le support.",
349
+ "gm.pms.contact_not_found": "Informations de contact introuvables.",
350
+ "gm.pms.model_validation_failed": "Données de requête invalides. Veuillez vérifier et réessayer.",
351
+ "gm.pms.otp_disabled": "L’OTP est désactivé pour ce compte.",
352
+ "gm.pms.otp_not_found": "OTP introuvable.",
353
+ "gm.pms.otp_not_verified_unauthorized": "La vérification de l’OTP a échoué. Veuillez réessayer.",
354
+ "gm.pms.password_already_exists": "Un mot de passe a déjà été défini pour ce compte.",
355
+ "gm.pms.password_not_found": "Mot de passe introuvable.",
356
+ "gm.pms.password_not_verified_unauthorized": "Mot de passe incorrect. Veuillez réessayer.",
357
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Votre compte a été bloqué après plusieurs tentatives de connexion échouées.",
358
+ "gm.pms.password_policy_failed": "Le mot de passe ne respecte pas les exigences de sécurité.",
359
+ "gm.pms.player_not_found": "Compte joueur introuvable.",
360
+ "gm.pms.player_personal_information_not_found": "Informations personnelles introuvables.",
361
+ "gm.pms.second_factor_not_verified_unauthorized": "L’authentification à deux facteurs a échoué. Veuillez réessayer.",
362
+ "gm.pms.session_not_found": "Session introuvable.",
363
+ "gm.pms.token_not_found": "Jeton d’authentification introuvable.",
364
+ "gm.pms.unexpected_db_exception_on_update": "Une erreur de base de données est survenue. Veuillez réessayer plus tard.",
365
+ "gm.pms.unexpected_exception": "Une erreur inattendue est survenue. Veuillez réessayer plus tard.",
366
+ "gm.pms.SessionHasNoPermissions": "Vous n’avez pas la permission d’effectuer cette action.",
367
+ "gm.pms.incorrect_migration_player_data": "Données joueur invalides fournies pour la migration.",
368
+ "gm.pms.migration_config_tenant_id_missed": "Le fichier de migration ne contient pas la colonne TenantId.",
369
+ "gm.pms.migration_player_fetch_data_failed": "Impossible de récupérer les données du joueur pendant la migration.",
370
+ "gm.pms.migration_player_incorrect_data": "Les données nécessaires à la migration du joueur sont manquantes.",
371
+ "gm.pms.missing_hashing_data": "Configuration de hachage manquante (sel/poivre).",
372
+ "gm.pms.session_is_missing": "Session manquante. Veuillez vous reconnecter.",
373
+ "gm.pms.session_invalid_or_expired": "Votre session est invalide ou a expiré. Veuillez vous reconnecter.",
374
+ "gm.pms.database_provider_not_configured": "La connexion à la base de données n’est pas configurée. Veuillez contacter le support."
201
375
  },
202
376
  "cs": {
203
377
  "invalidField": "Omlouváme se, toto uživatelské jméno/e-mailová adresa a/nebo heslo nebyly rozpoznány.",
@@ -220,7 +394,36 @@ const TRANSLATIONS = {
220
394
  "userPasswordError": "Heslo má neplatný formát.",
221
395
  "GmErr_LOGIN_DENIED": "Login denied for current user",
222
396
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
223
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
397
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
398
+ "gm.pms.captcha_bad_request": "Ověření captcha se nezdařilo. Zkuste to prosím znovu.",
399
+ "gm.pms.captcha_missing": "Vyplňte prosím captcha.",
400
+ "gm.pms.configuration_exception": "Chyba konfigurace systému. Kontaktujte prosím podporu.",
401
+ "gm.pms.contact_not_found": "Kontaktní údaje nebyly nalezeny.",
402
+ "gm.pms.model_validation_failed": "Neplatná data požadavku. Zkontrolujte je a zkuste to znovu.",
403
+ "gm.pms.otp_disabled": "OTP je pro tento účet vypnuto.",
404
+ "gm.pms.otp_not_found": "OTP nebyl nalezen.",
405
+ "gm.pms.otp_not_verified_unauthorized": "Ověření OTP se nezdařilo. Zkuste to prosím znovu.",
406
+ "gm.pms.password_already_exists": "Pro tento účet již bylo nastaveno heslo.",
407
+ "gm.pms.password_not_found": "Heslo nebylo nalezeno.",
408
+ "gm.pms.password_not_verified_unauthorized": "Nesprávné heslo. Zkuste to prosím znovu.",
409
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Váš účet byl zablokován kvůli příliš mnoha neúspěšným pokusům o přihlášení.",
410
+ "gm.pms.password_policy_failed": "Heslo nesplňuje bezpečnostní požadavky.",
411
+ "gm.pms.player_not_found": "Uživatelský účet nebyl nalezen.",
412
+ "gm.pms.player_personal_information_not_found": "Osobní údaje nebyly nalezeny.",
413
+ "gm.pms.second_factor_not_verified_unauthorized": "Dvoufaktorové ověření se nezdařilo. Zkuste to prosím znovu.",
414
+ "gm.pms.session_not_found": "Relace nebyla nalezena.",
415
+ "gm.pms.token_not_found": "Autentizační token nebyl nalezen.",
416
+ "gm.pms.unexpected_db_exception_on_update": "Došlo k chybě databáze. Zkuste to prosím později.",
417
+ "gm.pms.unexpected_exception": "Došlo k neočekávané chybě. Zkuste to prosím později.",
418
+ "gm.pms.SessionHasNoPermissions": "Nemáte oprávnění k provedení této akce.",
419
+ "gm.pms.incorrect_migration_player_data": "Byla poskytnuta neplatná uživatelská data pro migraci.",
420
+ "gm.pms.migration_config_tenant_id_missed": "Migrační soubor neobsahuje sloupec TenantId.",
421
+ "gm.pms.migration_player_fetch_data_failed": "Během migrace se nepodařilo načíst data uživatele.",
422
+ "gm.pms.migration_player_incorrect_data": "Pro migraci uživatele chybí potřebná data.",
423
+ "gm.pms.missing_hashing_data": "Chybí konfigurace hashování (salt/pepper).",
424
+ "gm.pms.session_is_missing": "Relace chybí. Přihlaste se prosím znovu.",
425
+ "gm.pms.session_invalid_or_expired": "Vaše relace je neplatná nebo vypršela. Přihlaste se prosím znovu.",
426
+ "gm.pms.database_provider_not_configured": "Připojení k databázi není nakonfigurováno. Kontaktujte prosím podporu."
224
427
  },
225
428
  "de": {
226
429
  "invalidField": "Entschuldigung, dieser Benutzername/diese E-Mail-Adresse und/oder dieses Passwort wurde nicht erkannt.",
@@ -243,7 +446,36 @@ const TRANSLATIONS = {
243
446
  "userPasswordError": "Das Passwort hat ein ungültiges Format.",
244
447
  "GmErr_LOGIN_DENIED": "Login denied for current user",
245
448
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
246
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
449
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
450
+ "gm.pms.captcha_bad_request": "Captcha-Überprüfung fehlgeschlagen. Bitte versuchen Sie es erneut.",
451
+ "gm.pms.captcha_missing": "Bitte füllen Sie das Captcha aus.",
452
+ "gm.pms.configuration_exception": "Systemkonfigurationsfehler. Bitte wenden Sie sich an den Support.",
453
+ "gm.pms.contact_not_found": "Kontaktdaten nicht gefunden.",
454
+ "gm.pms.model_validation_failed": "Ungültige Anfragedaten. Bitte überprüfen und erneut versuchen.",
455
+ "gm.pms.otp_disabled": "OTP ist für dieses Konto deaktiviert.",
456
+ "gm.pms.otp_not_found": "OTP nicht gefunden.",
457
+ "gm.pms.otp_not_verified_unauthorized": "OTP-Überprüfung fehlgeschlagen. Bitte versuchen Sie es erneut.",
458
+ "gm.pms.password_already_exists": "Für dieses Konto wurde bereits ein Passwort festgelegt.",
459
+ "gm.pms.password_not_found": "Passwort nicht gefunden.",
460
+ "gm.pms.password_not_verified_unauthorized": "Falsches Passwort. Bitte versuchen Sie es erneut.",
461
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Ihr Konto wurde aufgrund zu vieler fehlgeschlagener Anmeldeversuche gesperrt.",
462
+ "gm.pms.password_policy_failed": "Das Passwort erfüllt nicht die Sicherheitsanforderungen.",
463
+ "gm.pms.player_not_found": "Spielerkonto nicht gefunden.",
464
+ "gm.pms.player_personal_information_not_found": "Persönliche Daten nicht gefunden.",
465
+ "gm.pms.second_factor_not_verified_unauthorized": "Zwei-Faktor-Authentifizierung fehlgeschlagen. Bitte versuchen Sie es erneut.",
466
+ "gm.pms.session_not_found": "Sitzung nicht gefunden.",
467
+ "gm.pms.token_not_found": "Authentifizierungstoken nicht gefunden.",
468
+ "gm.pms.unexpected_db_exception_on_update": "Es ist ein Datenbankfehler aufgetreten. Bitte versuchen Sie es später erneut.",
469
+ "gm.pms.unexpected_exception": "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuchen Sie es später erneut.",
470
+ "gm.pms.SessionHasNoPermissions": "Sie haben keine Berechtigung, diese Aktion auszuführen.",
471
+ "gm.pms.incorrect_migration_player_data": "Ungültige Spieldaten für die Migration bereitgestellt.",
472
+ "gm.pms.migration_config_tenant_id_missed": "Die Migrationsdatei enthält keine TenantId-Spalte.",
473
+ "gm.pms.migration_player_fetch_data_failed": "Spielerdaten konnten während der Migration nicht abgerufen werden.",
474
+ "gm.pms.migration_player_incorrect_data": "Für die Migration des Spielers fehlen erforderliche Daten.",
475
+ "gm.pms.missing_hashing_data": "Fehlende Hashing-Konfiguration (Salt/Pepper).",
476
+ "gm.pms.session_is_missing": "Sitzung fehlt. Bitte melden Sie sich erneut an.",
477
+ "gm.pms.session_invalid_or_expired": "Ihre Sitzung ist ungültig oder abgelaufen. Bitte melden Sie sich erneut an.",
478
+ "gm.pms.database_provider_not_configured": "Datenbankverbindung ist nicht konfiguriert. Bitte wenden Sie sich an den Support."
247
479
  },
248
480
  "pt-br": {
249
481
  "invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
@@ -266,7 +498,36 @@ const TRANSLATIONS = {
266
498
  "userPasswordError": "A senha tem um formato inválido.",
267
499
  "GmErr_LOGIN_DENIED": "Login denied for current user",
268
500
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
269
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
501
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
502
+ "gm.pms.captcha_bad_request": "A verificação do captcha falhou. Por favor, tente novamente.",
503
+ "gm.pms.captcha_missing": "Por favor, complete o captcha.",
504
+ "gm.pms.configuration_exception": "Erro de configuração do sistema. Entre em contato com o suporte.",
505
+ "gm.pms.contact_not_found": "Informações de contato não encontradas.",
506
+ "gm.pms.model_validation_failed": "Dados inválidos na solicitação. Verifique e tente novamente.",
507
+ "gm.pms.otp_disabled": "O OTP está desativado para esta conta.",
508
+ "gm.pms.otp_not_found": "OTP não encontrado.",
509
+ "gm.pms.otp_not_verified_unauthorized": "A verificação do OTP falhou. Por favor, tente novamente.",
510
+ "gm.pms.password_already_exists": "Já existe uma senha definida para esta conta.",
511
+ "gm.pms.password_not_found": "Senha não encontrada.",
512
+ "gm.pms.password_not_verified_unauthorized": "Senha incorreta. Por favor, tente novamente.",
513
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Sua conta foi bloqueada devido a várias tentativas de login sem sucesso.",
514
+ "gm.pms.password_policy_failed": "A senha não atende aos requisitos de segurança.",
515
+ "gm.pms.player_not_found": "Conta de jogador não encontrada.",
516
+ "gm.pms.player_personal_information_not_found": "Informações pessoais não encontradas.",
517
+ "gm.pms.second_factor_not_verified_unauthorized": "A autenticação de dois fatores falhou. Por favor, tente novamente.",
518
+ "gm.pms.session_not_found": "Sessão não encontrada.",
519
+ "gm.pms.token_not_found": "Token de autenticação não encontrado.",
520
+ "gm.pms.unexpected_db_exception_on_update": "Ocorreu um erro no banco de dados. Por favor, tente novamente mais tarde.",
521
+ "gm.pms.unexpected_exception": "Ocorreu um erro inesperado. Por favor, tente novamente mais tarde.",
522
+ "gm.pms.SessionHasNoPermissions": "Você não tem permissão para realizar esta ação.",
523
+ "gm.pms.incorrect_migration_player_data": "Dados de jogador inválidos fornecidos para a migração.",
524
+ "gm.pms.migration_config_tenant_id_missed": "O arquivo de migração não contém a coluna TenantId.",
525
+ "gm.pms.migration_player_fetch_data_failed": "Não foi possível buscar os dados do jogador durante a migração.",
526
+ "gm.pms.migration_player_incorrect_data": "Faltam dados obrigatórios para a migração do jogador.",
527
+ "gm.pms.missing_hashing_data": "Configuração de hashing ausente (salt/pepper).",
528
+ "gm.pms.session_is_missing": "Sessão ausente. Faça login novamente.",
529
+ "gm.pms.session_invalid_or_expired": "Sua sessão é inválida ou expirou. Faça login novamente.",
530
+ "gm.pms.database_provider_not_configured": "A conexão com o banco de dados não está configurada. Entre em contato com o suporte."
270
531
  },
271
532
  "es-mx": {
272
533
  "invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
@@ -289,7 +550,36 @@ const TRANSLATIONS = {
289
550
  "userPasswordError": "La contraseña tiene un formato inválido.",
290
551
  "GmErr_LOGIN_DENIED": "Login denied for current user",
291
552
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
292
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
553
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
554
+ "gm.pms.captcha_bad_request": "La verificación del captcha falló. Por favor, inténtalo de nuevo.",
555
+ "gm.pms.captcha_missing": "Por favor, completa el captcha.",
556
+ "gm.pms.configuration_exception": "Error de configuración del sistema. Contacta al soporte.",
557
+ "gm.pms.contact_not_found": "Información de contacto no encontrada.",
558
+ "gm.pms.model_validation_failed": "Datos de la solicitud no válidos. Verifica e inténtalo de nuevo.",
559
+ "gm.pms.otp_disabled": "El OTP está deshabilitado para esta cuenta.",
560
+ "gm.pms.otp_not_found": "OTP no encontrado.",
561
+ "gm.pms.otp_not_verified_unauthorized": "La verificación del OTP falló. Por favor, inténtalo de nuevo.",
562
+ "gm.pms.password_already_exists": "Ya se ha establecido una contraseña para esta cuenta.",
563
+ "gm.pms.password_not_found": "Contraseña no encontrada.",
564
+ "gm.pms.password_not_verified_unauthorized": "Contraseña incorrecta. Por favor, inténtalo de nuevo.",
565
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Tu cuenta ha sido bloqueada por múltiples intentos fallidos de inicio de sesión.",
566
+ "gm.pms.password_policy_failed": "La contraseña no cumple con los requisitos de seguridad.",
567
+ "gm.pms.player_not_found": "Cuenta de jugador no encontrada.",
568
+ "gm.pms.player_personal_information_not_found": "Información personal no encontrada.",
569
+ "gm.pms.second_factor_not_verified_unauthorized": "La autenticación de dos factores falló. Por favor, inténtalo de nuevo.",
570
+ "gm.pms.session_not_found": "Sesión no encontrada.",
571
+ "gm.pms.token_not_found": "Token de autenticación no encontrado.",
572
+ "gm.pms.unexpected_db_exception_on_update": "Ocurrió un error en la base de datos. Por favor, inténtalo más tarde.",
573
+ "gm.pms.unexpected_exception": "Ocurrió un error inesperado. Por favor, inténtalo más tarde.",
574
+ "gm.pms.SessionHasNoPermissions": "No tienes permiso para realizar esta acción.",
575
+ "gm.pms.incorrect_migration_player_data": "Datos de jugador inválidos proporcionados para la migración.",
576
+ "gm.pms.migration_config_tenant_id_missed": "El archivo de migración no contiene la columna TenantId.",
577
+ "gm.pms.migration_player_fetch_data_failed": "No se pudieron obtener los datos del jugador durante la migración.",
578
+ "gm.pms.migration_player_incorrect_data": "Faltan datos requeridos para la migración del jugador.",
579
+ "gm.pms.missing_hashing_data": "Falta configuración de hashing (salt/pepper).",
580
+ "gm.pms.session_is_missing": "Sesión faltante. Por favor, inicia sesión de nuevo.",
581
+ "gm.pms.session_invalid_or_expired": "Tu sesión no es válida o ha expirado. Por favor, inicia sesión de nuevo.",
582
+ "gm.pms.database_provider_not_configured": "La conexión a la base de datos no está configurada. Contacta al soporte."
293
583
  },
294
584
  "es": {
295
585
  "invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
@@ -312,7 +602,36 @@ const TRANSLATIONS = {
312
602
  "userPasswordError": "La contraseña tiene un formato inválido.",
313
603
  "GmErr_LOGIN_DENIED": "Login denied for current user",
314
604
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
315
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
605
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
606
+ "gm.pms.captcha_bad_request": "La verificación del captcha falló. Por favor, inténtalo de nuevo.",
607
+ "gm.pms.captcha_missing": "Por favor, completa el captcha.",
608
+ "gm.pms.configuration_exception": "Error de configuración del sistema. Contacta con el soporte.",
609
+ "gm.pms.contact_not_found": "Información de contacto no encontrada.",
610
+ "gm.pms.model_validation_failed": "Datos de la solicitud inválidos. Verifica e inténtalo de nuevo.",
611
+ "gm.pms.otp_disabled": "El OTP está deshabilitado para esta cuenta.",
612
+ "gm.pms.otp_not_found": "OTP no encontrado.",
613
+ "gm.pms.otp_not_verified_unauthorized": "La verificación del OTP falló. Por favor, inténtalo de nuevo.",
614
+ "gm.pms.password_already_exists": "Ya se ha establecido una contraseña para esta cuenta.",
615
+ "gm.pms.password_not_found": "Contraseña no encontrada.",
616
+ "gm.pms.password_not_verified_unauthorized": "Contraseña incorrecta. Por favor, inténtalo de nuevo.",
617
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Tu cuenta ha sido bloqueada por múltiples intentos fallidos de inicio de sesión.",
618
+ "gm.pms.password_policy_failed": "La contraseña no cumple con los requisitos de seguridad.",
619
+ "gm.pms.player_not_found": "Cuenta de jugador no encontrada.",
620
+ "gm.pms.player_personal_information_not_found": "Información personal no encontrada.",
621
+ "gm.pms.second_factor_not_verified_unauthorized": "La autenticación en dos pasos falló. Por favor, inténtalo de nuevo.",
622
+ "gm.pms.session_not_found": "Sesión no encontrada.",
623
+ "gm.pms.token_not_found": "Token de autenticación no encontrado.",
624
+ "gm.pms.unexpected_db_exception_on_update": "Ocurrió un error en la base de datos. Por favor, inténtalo más tarde.",
625
+ "gm.pms.unexpected_exception": "Ocurrió un error inesperado. Por favor, inténtalo más tarde.",
626
+ "gm.pms.SessionHasNoPermissions": "No tienes permiso para realizar esta acción.",
627
+ "gm.pms.incorrect_migration_player_data": "Datos de jugador inválidos proporcionados para la migración.",
628
+ "gm.pms.migration_config_tenant_id_missed": "El archivo de migración no contiene la columna TenantId.",
629
+ "gm.pms.migration_player_fetch_data_failed": "No se pudieron obtener los datos del jugador durante la migración.",
630
+ "gm.pms.migration_player_incorrect_data": "Faltan datos requeridos para la migración del jugador.",
631
+ "gm.pms.missing_hashing_data": "Falta configuración de hashing (salt/pepper).",
632
+ "gm.pms.session_is_missing": "Sesión faltante. Por favor, inicia sesión de nuevo.",
633
+ "gm.pms.session_invalid_or_expired": "Tu sesión no es válida o ha expirado. Por favor, inicia sesión de nuevo.",
634
+ "gm.pms.database_provider_not_configured": "La conexión con la base de datos no está configurada. Contacta con el soporte."
316
635
  },
317
636
  "pt": {
318
637
  "invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
@@ -335,7 +654,36 @@ const TRANSLATIONS = {
335
654
  "userPasswordError": "A senha tem um formato inválido.",
336
655
  "GmErr_LOGIN_DENIED": "Login denied for current user",
337
656
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
338
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
657
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
658
+ "gm.pms.captcha_bad_request": "A verificação do captcha falhou. Por favor, tente novamente.",
659
+ "gm.pms.captcha_missing": "Por favor, complete o captcha.",
660
+ "gm.pms.configuration_exception": "Erro de configuração do sistema. Contacte o suporte.",
661
+ "gm.pms.contact_not_found": "Informações de contacto não encontradas.",
662
+ "gm.pms.model_validation_failed": "Dados do pedido inválidos. Verifique e tente novamente.",
663
+ "gm.pms.otp_disabled": "O OTP está desativado para esta conta.",
664
+ "gm.pms.otp_not_found": "OTP não encontrado.",
665
+ "gm.pms.otp_not_verified_unauthorized": "A verificação do OTP falhou. Por favor, tente novamente.",
666
+ "gm.pms.password_already_exists": "Já foi definida uma palavra-passe para esta conta.",
667
+ "gm.pms.password_not_found": "Palavra-passe não encontrada.",
668
+ "gm.pms.password_not_verified_unauthorized": "Palavra-passe incorreta. Por favor, tente novamente.",
669
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "A sua conta foi bloqueada devido a várias tentativas de início de sessão falhadas.",
670
+ "gm.pms.password_policy_failed": "A palavra-passe não cumpre os requisitos de segurança.",
671
+ "gm.pms.player_not_found": "Conta de jogador não encontrada.",
672
+ "gm.pms.player_personal_information_not_found": "Informações pessoais não encontradas.",
673
+ "gm.pms.second_factor_not_verified_unauthorized": "A autenticação de dois fatores falhou. Por favor, tente novamente.",
674
+ "gm.pms.session_not_found": "Sessão não encontrada.",
675
+ "gm.pms.token_not_found": "Token de autenticação não encontrado.",
676
+ "gm.pms.unexpected_db_exception_on_update": "Ocorreu um erro na base de dados. Por favor, tente mais tarde.",
677
+ "gm.pms.unexpected_exception": "Ocorreu um erro inesperado. Por favor, tente mais tarde.",
678
+ "gm.pms.SessionHasNoPermissions": "Não tem permissão para executar esta ação.",
679
+ "gm.pms.incorrect_migration_player_data": "Dados de jogador inválidos fornecidos para a migração.",
680
+ "gm.pms.migration_config_tenant_id_missed": "O ficheiro de migração não contém a coluna TenantId.",
681
+ "gm.pms.migration_player_fetch_data_failed": "Não foi possível obter os dados do jogador durante a migração.",
682
+ "gm.pms.migration_player_incorrect_data": "Faltam dados necessários para a migração do jogador.",
683
+ "gm.pms.missing_hashing_data": "Configuração de hashing em falta (salt/pepper).",
684
+ "gm.pms.session_is_missing": "Sessão em falta. Por favor, inicie sessão novamente.",
685
+ "gm.pms.session_invalid_or_expired": "A sua sessão é inválida ou expirou. Por favor, inicie sessão novamente.",
686
+ "gm.pms.database_provider_not_configured": "A ligação à base de dados não está configurada. Contacte o suporte."
339
687
  }
340
688
  };
341
689
  const getTranslations = (url) => {
@@ -21985,7 +22333,12 @@ const PamLogin = class {
21985
22333
  this.apiErrorMessage = translate$1('AuthFailedPhoneNumber', this.lang);
21986
22334
  }
21987
22335
  else {
21988
- this.apiErrorMessage = translate$1(`${errorCode}`, this.lang) || ((_b = res === null || res === void 0 ? void 0 : res.thirdPartyResponse) === null || _b === void 0 ? void 0 : _b.message) || translate$1('genericError', this.lang);
22336
+ const messageCode = res === null || res === void 0 ? void 0 : res.message;
22337
+ this.apiErrorMessage =
22338
+ translate$1(`${errorCode}`, this.lang) ||
22339
+ translate$1(`${messageCode}`, this.lang) ||
22340
+ ((_b = res === null || res === void 0 ? void 0 : res.thirdPartyResponse) === null || _b === void 0 ? void 0 : _b.message) ||
22341
+ translate$1('genericError', this.lang);
21989
22342
  }
21990
22343
  return reject(this.apiErrorMessage);
21991
22344
  }
@@ -22351,21 +22704,21 @@ const PamLogin = class {
22351
22704
  * Render function
22352
22705
  */
22353
22706
  render() {
22354
- const visibilityIcon = index.h("span", { key: 'a19b0bfe0301a46e46727ba992680e0c6751e6d8', class: "InputIcon" }, this.isPasswordVisible
22707
+ const visibilityIcon = index.h("span", { key: '234292860da90cf28654769f29582e202a88f688', class: "InputIcon" }, this.isPasswordVisible
22355
22708
  ? index.h("svg", { onClick: () => this.togglePassword(), class: "TogglePasswordVisibility", part: "TogglePasswordVisibility", xmlns: "http://www.w3.org/2000/svg", width: "18.844", height: "12.887", viewBox: "0 0 18.844 12.887" }, index.h("g", { transform: "translate(-110.856 -23.242)" }, index.h("circle", { class: "PasswordVisibilityIcon", cx: "0.05", cy: "0.05", r: "0.05", transform: "translate(121.017 31.148)" }), index.h("g", { transform: "translate(117.499 27.37)" }, index.h("path", { class: "PasswordVisibilityIcon", d: "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z", transform: "translate(-142.164 -39.123)" }), index.h("path", { class: "PasswordVisibilityIcon", d: "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z", transform: "translate(-136.413 -42.068)" })), index.h("g", { transform: "translate(110.856 24.899)" }, index.h("path", { class: "PasswordVisibilityIcon", d: "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z", transform: "translate(-110.856 -33.157)" }), index.h("path", { class: "PasswordVisibilityIcon", d: "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z", transform: "translate(-130.743 -29.617)" })), index.h("rect", { class: "PasswordVisibilityIcon", width: "0.972", height: "15.861", rx: "0.486", transform: "translate(114.827 23.858) rotate(-39.315)" })))
22356
22709
  : index.h("svg", { onClick: () => this.togglePassword(), class: "TogglePasswordVisibility PasswordVisible", part: "TogglePasswordVisibility", xmlns: "http://www.w3.org/2000/svg", width: "18.843", height: "10.5", viewBox: "0 0 18.843 10.5" }, index.h("g", { transform: "translate(-14.185 -27.832)" }, index.h("path", { class: "PasswordVisibilityIcon", d: "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z", transform: "translate(0)" }), index.h("circle", { class: "PasswordVisibilityIcon", cx: "2.779", cy: "2.779", r: "2.779", transform: "translate(20.827 30.303)" }))));
22357
- const loginForm = (index.h("div", { key: '02a870b2ac118333299e05d473195b3c1b91708b', class: "FormBox" }, index.h("div", { key: '6cf09ebba758f1fecdb39d287f727a267ad1e85f', class: "FormValue", onKeyDown: this.handleSubmit }, this.loginByPhoneNumber === 'true'
22710
+ const loginForm = (index.h("div", { key: '9a27769e9810a2ed1deb71544f19057a12d21dad', class: "FormBox" }, index.h("div", { key: '0d98c58d94e0a4fc30388297a9ba40264fdbe753', class: "FormValue", onKeyDown: this.handleSubmit }, this.loginByPhoneNumber === 'true'
22358
22711
  ? index.h("div", { class: (this.isContactValid && !this.apiErrorMessage) ? 'InputBox' : 'InputBox InputInvalidBox' }, index.h("div", { class: "PhoneInputBox" }, index.h("div", { class: "PrefixBox" }, index.h("vaadin-combo-box", { items: this.phoneCodes, value: this.phoneCodeValue, onChange: this.handleInputChangePartial('prefix') }), index.h("label", { class: (this.phoneCodeValue ? 'FieldFilledIn' : '') + ' ' + (this.isContactValid ? '' : 'FieldInvalid') }, translate$1('userPrefix', this.lang))), index.h("div", { class: "PhoneBox" }, index.h("input", { type: "text", placeholder: '', value: this.contactValue, onFocus: this.handleInputChangePartial('phone'), onInput: this.handleInputChangePartial('phone'), autocapitalize: "none", required: true }), index.h("label", { class: (this.contactValue ? 'FieldFilledIn' : '') + ' ' + (this.isContactValid ? '' : 'FieldInvalid') }, translate$1('userPhone', this.lang)))), !this.isContactValid &&
22359
22712
  index.h("p", { class: "CredentialsError" }, translate$1('userPhoneError', this.lang)))
22360
22713
  : index.h("div", { class: this.isContactValid ? 'InputBox' : 'InputBox InputInvalidBox' }, index.h("input", { type: "text", placeholder: '', value: this.contactValue, onInput: this.handleInputChangePartial('user'), autocapitalize: "none", required: true }), index.h("label", { class: (this.contactValue ? 'FieldFilledIn' : '') + ' ' + (this.isContactValid ? '' : 'FieldInvalid') }, translate$1('userEmail', this.lang)), !this.isContactValid &&
22361
- index.h("p", { class: "CredentialsError" }, translate$1('userEmailError', this.lang))), index.h("div", { key: '2ffb92106e2e8de12bad956c1f44e542290cef07', class: this.isPasswordValid ? 'InputBox' : 'InputBox InputInvalidBox' }, visibilityIcon, index.h("input", { key: '97e51ecf6e8280ada99e1c7d566e0831c7eadf65', type: this.isPasswordVisible ? "text" : "password", placeholder: '', value: this.passwordValue, onInput: this.handleInputChangePartial('password'), autocapitalize: "none", required: true }), index.h("label", { key: 'a7baf699e8c59857c8bd4b1a9082d89c2d051176', class: (this.passwordValue ? 'FieldFilledIn' : '') + ' ' + (this.isPasswordValid ? '' : 'FieldInvalid') }, translate$1('password', this.lang)), this.isPasswordValid ||
22362
- index.h("p", { key: '6f0dff3c1a41c4cdcb84e407f96b82506cbfd1e5', class: "CredentialsError" }, translate$1('userPasswordError', this.lang))), this.passwordReset == 'true' &&
22363
- index.h("div", { key: 'a5fc1fe93152f9fa2eb8c826236af82c27f30dde', class: "ForgotPassword" }, index.h("button", { key: '5a9b4e94828d5af66df6236f94b10f1fc5ccce55', onClick: this.resetPassword }, translate$1('forgotPassword', this.lang))), this.captchaData.isEnabled && this.captchaData.provider === 'cloudflare' &&
22364
- index.h("slot", { key: '354869d594c0e26b395a00d8f155fec91f6fb10a', name: "turnstile" }), this.captchaData.isEnabled && this.captchaData.provider === 'google' &&
22365
- index.h("slot", { key: 'b694bd7b46dbdbcdec466ba85d126290a181cf22', name: "google" }), index.h("button", { key: 'dd2ac8ae3cf8234fd37250d64b49639379ba5234', disabled: this.isSubmitDisabled(), class: "SubmitCredentials", onClick: this.handleLogin }, translate$1('login', this.lang)), this.apiErrorMessage &&
22366
- index.h("p", { key: 'c8ddda7658d43130fc66e7748d81463bf128b366', class: "CredentialsError" }, this.apiErrorMessage))));
22367
- const skeleton = (index.h("div", { key: 'addbd037d2c3c63008a3fd76e65fcc8a2f065db6', class: "LoadingSkeleton" }, index.h("form", { key: '4280414019f51d16cf40b6e73444f4b67c7b35cf', class: "Form" }, index.h("section", { key: '281fa238417344eb64bc2ef209e6823d1757c653', class: "FieldsSection" }, index.h("div", { key: '36e854eb7fe82e26dd0c55920b73eac12ed3016f', class: "FieldContainer" }, index.h("div", { key: '9cc84bd425eb116a0c7ac57c1cbe19ca54436f0e', class: "FieldTitle" }, index.h("ui-skeleton", { key: 'c416ad8d43fba87a0ccf8b8583bff5b70da69ded', structure: "title", width: "auto", height: "20px" })), index.h("ui-skeleton", { key: 'be246d0bee24c80a1ae71979d0f4bdb5d8ae1310', structure: "rectangle", width: "auto", height: "35px" })), index.h("div", { key: '910c0d702613615470a0087118aa1dce090898c7', class: "FieldContainer" }, index.h("div", { key: '71ec9ab3e69daa5cdb3ff000f5faa045fa9a5272', class: "FieldTitle" }, index.h("ui-skeleton", { key: '9b55b3418f1035dbadc68fb9931dad3048cc4325', structure: "title", width: "auto", height: "20px" })), index.h("ui-skeleton", { key: '9a7e56a7d071a76caadfaacbb72aca9efd295913', structure: "rectangle", width: "auto", height: "35px" }))), index.h("section", { key: 'eb906f1cc4d5890829046e68d36e83a7950d08e7', class: "ButtonsSection" }, index.h("div", { key: 'dd843ac80ddc72c30542ba71030bba3fbccd2f2f', class: "Button" }, index.h("ui-skeleton", { key: 'a746afd5467988c7b2e899cdd5b8e1ad8b88032b', structure: "rectangle", width: "auto", height: "50px" }))))));
22368
- return (index.h("section", { key: '537aaa5253910b53c8c5d96a17d944fb98ab694c', ref: el => this.stylingContainer = el }, this.isLoading ? skeleton : loginForm));
22714
+ index.h("p", { class: "CredentialsError" }, translate$1('userEmailError', this.lang))), index.h("div", { key: 'dcb652f9b3c67dc8c5d7969de6c9c2d7bfc27253', class: this.isPasswordValid ? 'InputBox' : 'InputBox InputInvalidBox' }, visibilityIcon, index.h("input", { key: 'c8efbc69a63edaf171afcdd96c7e582d00e728e5', type: this.isPasswordVisible ? "text" : "password", placeholder: '', value: this.passwordValue, onInput: this.handleInputChangePartial('password'), autocapitalize: "none", required: true }), index.h("label", { key: '522d3b40c719920e1bd059fc42aa7cee90b0ef71', class: (this.passwordValue ? 'FieldFilledIn' : '') + ' ' + (this.isPasswordValid ? '' : 'FieldInvalid') }, translate$1('password', this.lang)), this.isPasswordValid ||
22715
+ index.h("p", { key: '1957b298f2ea240f4170475b2ad14a21aaff2d97', class: "CredentialsError" }, translate$1('userPasswordError', this.lang))), this.passwordReset == 'true' &&
22716
+ index.h("div", { key: '1ebf5cc23772a9ec81206860726a619579ce342b', class: "ForgotPassword" }, index.h("button", { key: 'd5702ae60d9ff71b2bd09f24ef1bb0fabe13768c', onClick: this.resetPassword }, translate$1('forgotPassword', this.lang))), this.captchaData.isEnabled && this.captchaData.provider === 'cloudflare' &&
22717
+ index.h("slot", { key: 'db9fab29d22f719bc435783bf73b8f9e8e1c9a4a', name: "turnstile" }), this.captchaData.isEnabled && this.captchaData.provider === 'google' &&
22718
+ index.h("slot", { key: '8035ae55e020dc6bce31f9e963b2c584471dbe20', name: "google" }), index.h("button", { key: '2aa1cf8c12be4479ddd5ef289a0bd89618fdd60a', disabled: this.isSubmitDisabled(), class: "SubmitCredentials", onClick: this.handleLogin }, translate$1('login', this.lang)), this.apiErrorMessage &&
22719
+ index.h("p", { key: '8ab1688055de5059cc089e251b6213167e441ba5', class: "CredentialsError" }, this.apiErrorMessage))));
22720
+ const skeleton = (index.h("div", { key: 'b0ffdecc3b42da67fe3958b398b8df5a9daa8770', class: "LoadingSkeleton" }, index.h("form", { key: '94c39c2b6610043779f766f875bce67242787b76', class: "Form" }, index.h("section", { key: '9ecbf951d9c5f7cc32f4e5ee3494d30196c81153', class: "FieldsSection" }, index.h("div", { key: 'fee0c682216c153dde1d677b8568e9b70d53cdfe', class: "FieldContainer" }, index.h("div", { key: 'd5e1f8e3dff90820db171da8bb4d9f5ae090c1a0', class: "FieldTitle" }, index.h("ui-skeleton", { key: 'c00ec68a01e547956772b6f6cdd42cc8b46e9318', structure: "title", width: "auto", height: "20px" })), index.h("ui-skeleton", { key: 'f58204a9338e05438e6e0e24d374305b9a520151', structure: "rectangle", width: "auto", height: "35px" })), index.h("div", { key: 'd755a4af2a8a0807633c46026d0905c69f80a226', class: "FieldContainer" }, index.h("div", { key: '51e1d50b4d1af66a6d31f285e54c02ae03e41017', class: "FieldTitle" }, index.h("ui-skeleton", { key: '531a0637698d1b350705609269d86a61d3fded8c', structure: "title", width: "auto", height: "20px" })), index.h("ui-skeleton", { key: '8086826cce3deee021419ea9bfd5c5000e7d9282', structure: "rectangle", width: "auto", height: "35px" }))), index.h("section", { key: 'bf9d44e638325d5ce38e74d099d054bbb90f964e', class: "ButtonsSection" }, index.h("div", { key: '6f01878e8627de88451d03ca75747e23d7fe979f', class: "Button" }, index.h("ui-skeleton", { key: 'bf0e52f5c0576e10dcac20398505102fedc771f6', structure: "rectangle", width: "auto", height: "50px" }))))));
22721
+ return (index.h("section", { key: 'f2a473071b0c33c32d4942ea5f7bd40993da087c', ref: el => this.stylingContainer = el }, this.isLoading ? skeleton : loginForm));
22369
22722
  }
22370
22723
  static get watchers() { return {
22371
22724
  "translationUrl": ["handleNewTranslations"],
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const pamLogin = require('./pam-login-21c9d951.js');
5
+ const pamLogin = require('./pam-login-c9df7cfa.js');
6
6
  const index = require('./index-c5001c3e.js');
7
7
 
8
8
  const uiSkeletonCss = ":host{display:block}.Skeleton{animation:skeleton-loading 1s linear infinite alternate}.Rectangle{background-color:var(--emw-skeleton-rectangle-background, #c2c2c2);width:var(--emw-skeleton-rectangle-width, 400px);height:var(--emw-skeleton-rectangle-height, 200px);border-radius:var(--emw-skeleton-rectangle-border-radius, 10px)}.Circle{background-color:var(--emw-skeleton-circle-background, #c2c2c2);width:var(--emw-skeleton-circle-size, 400px);height:var(--emw-skeleton-circle-size, 400px);border-radius:50%}.Text{background-color:var(--emw-skeleton-text-background, #c2c2c2);width:var(--emw-skeleton-text-width, 500px);height:var(--emw-skeleton-text-height, 20px);border-radius:var(--emw-skeleton-text-border-radius, 10px);margin-bottom:var(--emw-skeleton-text-margin-bottom, 5px)}.Text:last-child{width:calc(var(--emw-skeleton-text-width, 400px) - 100px)}.Title{background-color:var(--emw-skeleton-title-background, #c2c2c2);width:var(--emw-skeleton-title-width, 300px);height:var(--emw-skeleton-title-height, 30px);border-radius:var(--emw-skeleton-title-border-radius, 10px);margin-bottom:var(--emw-skeleton-title-margin-bottom, 5px)}.Image{background-color:var(--emw-skeleton-image-background, #c2c2c2);width:var(--emw-skeleton-image-width, 100%);height:var(--emw-skeleton-image-height, 100%);border-radius:var(--emw-skeleton-image-border-radius, unset)}.Logo{background-color:var(--emw-skeleton-logo-background, #c2c2c2);width:var(--emw-skeleton-logo-width, 120px);height:var(--emw-skeleton-logo-height, 75px);border-radius:var(--emw-skeleton-logo-border-radius, 10px)}@keyframes skeleton-loading{0%{background-color:var(--emw-skeleton-primary-color, #e0e0e0)}100%{background-color:var(--emw-skeleton-secondary-color, #f0f0f0)}}";