Skip to content

Commit 9aa3198

Browse files
authored
Update banscreen.html
1 parent e77e7b6 commit 9aa3198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

banscreen.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ <h1>Banned From Coding Hut</h1>
4848

4949
$(document).ready(function() {
5050
var username = getParameterByName('username');
51+
const username = localStorage.getItem('username')
5152

5253
$.getJSON('bannedusers.json', function(data) {
5354
var bannedUsers = data.bannedusers;

0 commit comments

Comments
 (0)