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

Commit 9c180551 authored by Ronak Patel's avatar Ronak Patel
Browse files

removed async

parent cd6dc313
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ export default {
		showMessage(message, type) {
			type === 'success' ? showSuccess(message) : showError(message)
		},
		async refreshCaptchaImage() {
		refreshCaptchaImage() {
			try {
				this.captchaImageUrl = generateUrl(`/apps/${this.appName}/accounts/captcha?timestamp=${Date.now()}`)
			} catch (error) {