mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix registration slider storybook
This commit is contained in:
parent
e00de176e2
commit
3ddd00f8e5
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user