@eid-easy/eideasy-widget 2.128.2 → 2.129.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
@@ -36,6 +36,7 @@
36
36
  <label for="langPicker">Language:</label>
37
37
  <select name="langPicker" id="langPicker">
38
38
  <option value="cs">Czech</option>
39
+ <option value="nl">Dutch</option>
39
40
  <option value="en" selected="">English</option>
40
41
  <option value="et">Estonian</option>
41
42
  <option value="fi">Finnish</option>
@@ -167,7 +168,7 @@
167
168
  language: 'en', // ISO 639-1 two letter language code,
168
169
  sandbox: true,
169
170
  clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
170
- docId: '960YIqEAcmMHwOlqf6dDJbk8wEWO0IFEWA8AlIg7',
171
+ docId: 'fQkxP50FvZqdToQ3NHSWsD9hMKtnxxRzbAR6QX3i',
171
172
  apiEndpoints: {
172
173
  // base: () => 'http://localhost:8000',
173
174
  base: () => 'https://id.eideasy.eu',
@@ -0,0 +1 @@
1
+ <!doctype html><meta charset="utf-8"><title>eideasy-widget demo</title><script src="./eideasy-widget.umd.js"></script><script>console.log(eideasy-widget)</script>