some updates

This commit is contained in:
zefie
2026-05-05 07:43:40 -04:00
parent 2d64acaab6
commit e1d2c59ed5
11 changed files with 166 additions and 119 deletions

View File

@@ -38,7 +38,7 @@ if (!session_data && BoxId) {
let registered = false;
let username = '';
let Profile_Picture
let Profile_Picture = '';
if (session_data) {
registered = session_data.isRegistered();
if (registered) {