@everymatrix/general-player-register-form 1.8.4 → 1.9.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-player-register-form",
3
- "version": "1.8.4",
3
+ "version": "1.9.1",
4
4
  "main": "dist/general-player-register-form.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "58b0374c9527cbfb3a070ac6fb1744bc670aba27"
39
+ "gitHead": "b882819d6bf435954793bf62ec04879ecb8572e0"
40
40
  }
@@ -138,7 +138,7 @@
138
138
  if(device === 'PC'){
139
139
  url.searchParams.append('device', 'dk')
140
140
  } else if(device === 'iPad' || device === 'iPhone') {
141
- url.searchParams.append('device', 'ios')
141
+ url.searchParams.append('device', 'mtWeb'); // replace with ios when we will have a native ios up for this
142
142
  } else {
143
143
  url.searchParams.append('device', 'mtWeb')
144
144
  }