Skip to content

Commit 1446f5c

Browse files
authored
Update account.html
1 parent 25b0cbc commit 1446f5c

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
@@ -132,7 +132,7 @@
132132
try {
133133
const res = await fetch(`https://auth-api.itinerary.eu.org/auth/verifyToken/${PC}`);
134134
const data = await res.json();
135-
const username = atob(data.username);
135+
const username = btoa(data.username);
136136

137137
// Ban check (example logic)
138138
if (username === 'PUT THE FIRST BANNED USER HERE') {

0 commit comments

Comments
 (0)