@eid-easy/eideasy-widget 2.142.2 → 2.144.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/dist/index.html CHANGED
@@ -65,13 +65,13 @@
65
65
  const eidEasyWidget = document.createElement('eideasy-widget');
66
66
 
67
67
  const settings = {
68
- countryCode: 'PL', // ISO 3166 two letter country code
68
+ countryCode: 'EE', // ISO 3166 two letter country code
69
69
  language: 'en', // ISO 639-1 two letter language code,
70
70
  sandbox: true,
71
71
  clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
72
72
  redirectUri: 'https://id.eideasy.eu/admin/oauthlogin', // this gets used for redirects e.g. when using eParaksts mobile
73
73
  apiEndpoints: {
74
- base: () => 'http://id.eideasy.eu',
74
+ base: () => 'https://id.eideasy.eu',
75
75
  identityStart: () => 'https://eid-sample-app.ddev.site/api/identity/start',
76
76
  identityFinish: () => 'https://eid-sample-app.ddev.site/api/identity/finish',
77
77
  },
@@ -165,7 +165,7 @@
165
165
 
166
166
  const settings = {
167
167
  debug: true,
168
- countryCode: 'UA', // ISO 3166 two letter country code
168
+ countryCode: 'EE', // ISO 3166 two letter country code
169
169
  language: 'en', // ISO 639-1 two letter language code,
170
170
  sandbox: true,
171
171
  clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',