Loading src/signup/CaptchaForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ export default { }, async refreshCaptchaImage() { try { this.captchaImageUrl = generateUrl(`/apps/${this.appName}/accounts/captcha`) this.captchaImageUrl = generateUrl(`/apps/${this.appName}/accounts/captcha?timestamp=${Date.now()}`) } catch (error) { console.error('Error refreshing captcha image:', error) } Loading Loading
src/signup/CaptchaForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ export default { }, async refreshCaptchaImage() { try { this.captchaImageUrl = generateUrl(`/apps/${this.appName}/accounts/captcha`) this.captchaImageUrl = generateUrl(`/apps/${this.appName}/accounts/captcha?timestamp=${Date.now()}`) } catch (error) { console.error('Error refreshing captcha image:', error) } Loading