From 3ddd00f8e50503fe59d62ace910b727fb7783d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 23 Mar 2021 18:04:53 +0100 Subject: [PATCH] Fix registration slider storybook --- .../components/Registration/RegistrationSlider.story.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/components/Registration/RegistrationSlider.story.js b/webapp/components/Registration/RegistrationSlider.story.js index 878f573c0..9fb1c347f 100644 --- a/webapp/components/Registration/RegistrationSlider.story.js +++ b/webapp/components/Registration/RegistrationSlider.story.js @@ -93,10 +93,10 @@ storiesOf('RegistrationSlider', module) data: () => ({ overwriteSliderData: { collectedInputData: { - inviteCode: 'IN1T6Y', + inviteCode: 'INZTBY', email: 'wolle.huss@pjannto.com', emailSend: false, - nonce: 'NTRSC', + nonce: '47539', name: 'Wolle', password: 'Hello', passwordConfirmation: 'Hello', @@ -126,7 +126,7 @@ storiesOf('RegistrationSlider', module) inviteCode: null, email: 'wolle.huss@pjannto.com', emailSend: false, - nonce: 'NTRSC', + nonce: '47539', name: 'Wolle', password: 'Hello', passwordConfirmation: 'Hello', @@ -170,7 +170,7 @@ storiesOf('RegistrationSlider', module) inviteCode: null, email: 'wolle.huss@pjannto.com', emailSend: true, - nonce: 'NTRSC', + nonce: '47539', name: 'Wolle', password: 'Hello', passwordConfirmation: 'Hello',