Skip to content

Commit 6719892

Browse files
committed
Clear token now really clears the token
1 parent 0347b65 commit 6719892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
},
281281
async clearToken() {
282282
localStorage.removeItem('scrapeToken');
283-
document.getElementById('token').value = '';
283+
this.authToken = '';
284284
},
285285
}
286286
}

0 commit comments

Comments
 (0)