mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
Fix registration slider storybook
This commit is contained in:
parent
e00de176e2
commit
3ddd00f8e5
@ -93,10 +93,10 @@ storiesOf('RegistrationSlider', module)
|
|||||||
data: () => ({
|
data: () => ({
|
||||||
overwriteSliderData: {
|
overwriteSliderData: {
|
||||||
collectedInputData: {
|
collectedInputData: {
|
||||||
inviteCode: 'IN1T6Y',
|
inviteCode: 'INZTBY',
|
||||||
email: 'wolle.huss@pjannto.com',
|
email: 'wolle.huss@pjannto.com',
|
||||||
emailSend: false,
|
emailSend: false,
|
||||||
nonce: 'NTRSC',
|
nonce: '47539',
|
||||||
name: 'Wolle',
|
name: 'Wolle',
|
||||||
password: 'Hello',
|
password: 'Hello',
|
||||||
passwordConfirmation: 'Hello',
|
passwordConfirmation: 'Hello',
|
||||||
@ -126,7 +126,7 @@ storiesOf('RegistrationSlider', module)
|
|||||||
inviteCode: null,
|
inviteCode: null,
|
||||||
email: 'wolle.huss@pjannto.com',
|
email: 'wolle.huss@pjannto.com',
|
||||||
emailSend: false,
|
emailSend: false,
|
||||||
nonce: 'NTRSC',
|
nonce: '47539',
|
||||||
name: 'Wolle',
|
name: 'Wolle',
|
||||||
password: 'Hello',
|
password: 'Hello',
|
||||||
passwordConfirmation: 'Hello',
|
passwordConfirmation: 'Hello',
|
||||||
@ -170,7 +170,7 @@ storiesOf('RegistrationSlider', module)
|
|||||||
inviteCode: null,
|
inviteCode: null,
|
||||||
email: 'wolle.huss@pjannto.com',
|
email: 'wolle.huss@pjannto.com',
|
||||||
emailSend: true,
|
emailSend: true,
|
||||||
nonce: 'NTRSC',
|
nonce: '47539',
|
||||||
name: 'Wolle',
|
name: 'Wolle',
|
||||||
password: 'Hello',
|
password: 'Hello',
|
||||||
passwordConfirmation: 'Hello',
|
passwordConfirmation: 'Hello',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user