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

Commit 48439d9b authored by Ronak Patel's avatar Ronak Patel
Browse files

remove try.catch

parent 9c180551
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -107,11 +107,7 @@ export default {
			type === 'success' ? showSuccess(message) : showError(message)
		},
		refreshCaptchaImage() {
			try {
			this.captchaImageUrl = generateUrl(`/apps/${this.appName}/accounts/captcha?timestamp=${Date.now()}`)
			} catch (error) {
				console.error('Error refreshing captcha image:', error)
			}
		},
	},
}