Skip to content

Commit 0d90bb8

Browse files
authored
Update account.html
1 parent cb5456d commit 0d90bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
}
130130
} catch (error) {
131131
console.error(error);
132-
document.getElementById('mainText').innerHTML = `<p>Something went wrong! Please try again later.</p>`;
132+
document.getElementById('mainText').innerHTML = `<p>Something went wrong! Please try again later.</p>`;
133133
}
134134
};
135135

0 commit comments

Comments
 (0)