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