diff --git a/webapp/components/ComponentSlider/ComponentSlider.vue b/webapp/components/ComponentSlider/ComponentSlider.vue index 9ecaa5711..483c46dbf 100644 --- a/webapp/components/ComponentSlider/ComponentSlider.vue +++ b/webapp/components/ComponentSlider/ComponentSlider.vue @@ -9,7 +9,7 @@ - +
+ + + + + + + diff --git a/webapp/components/Registration/RegistrationSlideNonce.vue b/webapp/components/Registration/RegistrationSlideNonce.vue index 5b619641e..bb01263bd 100644 --- a/webapp/components/Registration/RegistrationSlideNonce.vue +++ b/webapp/components/Registration/RegistrationSlideNonce.vue @@ -52,7 +52,7 @@ export default { mounted: function () { this.$nextTick(function () { // Code that will run only after the entire view has been rendered - // console.log('mounted !!! ') + this.formData.nonce = this.sliderData.collectedInputData.nonce ? this.sliderData.collectedInputData.nonce : '' diff --git a/webapp/components/Registration/RegistrationSlider.story.js b/webapp/components/Registration/RegistrationSlider.story.js index 65555dfb0..a801000eb 100644 --- a/webapp/components/Registration/RegistrationSlider.story.js +++ b/webapp/components/Registration/RegistrationSlider.story.js @@ -158,3 +158,11 @@ storiesOf('RegistrationSlider', module) `, })) + .add('no-public-registration', () => ({ + components: { RegistrationSlider }, + store: helpers.store, + data: () => ({}), + template: ` + + `, + })) diff --git a/webapp/components/Registration/RegistrationSlider.vue b/webapp/components/Registration/RegistrationSlider.vue index 5b57c167c..c10cc93e6 100644 --- a/webapp/components/Registration/RegistrationSlider.vue +++ b/webapp/components/Registration/RegistrationSlider.vue @@ -14,23 +14,19 @@ -