mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Melt some 'setSliderValuesCallback' together
This commit is contained in:
parent
266ed76639
commit
0161949166
@ -211,10 +211,8 @@ export default {
|
|||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.sliderData.setSliderValuesCallback(null, {
|
|
||||||
sliderData: { request: null, response: null },
|
|
||||||
})
|
|
||||||
this.sliderData.setSliderValuesCallback(this.validInput, {
|
this.sliderData.setSliderValuesCallback(this.validInput, {
|
||||||
|
sliderData: { request: null, response: null },
|
||||||
collectedInputData: { emailSend: false },
|
collectedInputData: { emailSend: false },
|
||||||
})
|
})
|
||||||
this.setButtonValues()
|
this.setButtonValues()
|
||||||
|
|||||||
@ -121,7 +121,7 @@ export default {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.sliderData.setSliderValuesCallback(null, {
|
this.sliderData.setSliderValuesCallback(false, {
|
||||||
sliderData: { response: { isValidInviteCode: false } },
|
sliderData: { response: { isValidInviteCode: false } },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -126,7 +126,7 @@ export default {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.sliderData.setSliderValuesCallback(null, {
|
this.sliderData.setSliderValuesCallback(false, {
|
||||||
sliderData: { response: { VerifyNonce: false } },
|
sliderData: { response: { VerifyNonce: false } },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user