Whoops! Hard-coded the PIN 😬
This commit is contained in:
parent
2053195673
commit
4482604a36
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
let loadingFilesystem = false
|
||||
|
||||
let displayPin: string = '844204'
|
||||
let displayPin: string = ''
|
||||
let url = $page.url
|
||||
const username = url.searchParams.get('username')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue