Whoops! Hard-coded the PIN 😬

This commit is contained in:
Jess Martin 2022-08-30 17:07:15 -04:00
parent 2053195673
commit 4482604a36
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
let loadingFilesystem = false
let displayPin: string = '844204'
let displayPin: string = ''
let url = $page.url
const username = url.searchParams.get('username')