@everymatrix/general-player-register-form 1.4.1 → 1.5.3

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.4.1",
3
+ "version": "1.5.3",
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": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
39
+ "gitHead": "455c9a0d14fef23d3698fbea37042c69e3aeed24"
40
40
  }
@@ -32,6 +32,7 @@
32
32
  export let clientstyling:string = '';
33
33
  export let clientstylingurl:string = '';
34
34
  export let translationurl:string = '';
35
+ export let savecredentials:string = '';
35
36
 
36
37
  let customStylingContainer:HTMLElement;
37
38
  let displayNone:boolean = false;
@@ -454,7 +455,7 @@ $: translationurl && setTranslationUrl();
454
455
  {/if}
455
456
  {#if showRegisterStepOne}
456
457
  <div class="RegisterFormStep1" part="RegisterFormStep1">
457
- <general-player-register-form-step1 {lang} {disabledfields} {defaultoptions} {dummydata} {simplepasswordvalidation} {clientstyling} {clientstylingurl} />
458
+ <general-player-register-form-step1 {lang} {disabledfields} {defaultoptions} {dummydata} {simplepasswordvalidation} {clientstyling} {clientstylingurl} {savecredentials}/>
458
459
  </div>
459
460
  {/if}
460
461
  {#if showRegisterStepTwo}