@fy-/fws-vue 2.1.9 → 2.1.10

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.
@@ -179,6 +179,8 @@ async function userFlow(params: paramsType = { initial: false }) {
179
179
  ...formData.value,
180
180
  session: response.value.data.session,
181
181
  }
182
+ delete formData.value.initial
183
+
182
184
  session.value = response.value.data.session
183
185
  inputs.value = []
184
186
  responseFields.value = response.value.data.fields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",