Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async loadStaticSlides() {
try {
const response = await axios.get(generateUrl('/apps/firstrunwizard/wizard'))
this.slides.push(...response.data)
} catch (e) {
console.error('Failed to load slides')
}
},
async open(withIntro = true) {
close() {
this.showModal = false
axios.delete(generateUrl('/apps/firstrunwizard/wizard'))
},
next() {