Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd6dc313 authored by Ronak Patel's avatar Ronak Patel
Browse files

added timestamp

parent 1c7e25e0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
			}