added severall protections

This commit is contained in:
simplonco
2023-01-16 17:43:13 +01:00
parent 5f0e733f55
commit 569ef89077
2 changed files with 9 additions and 2 deletions

View File

@@ -10,10 +10,10 @@
let users: User[] = list_block_user();
function user_profile(room_user: string)
async function user_profile(room_user: string)
{
to_print("in user_profile");
settings_user.set(room_user);
await settings_user.set(room_user);
layout.set("user");
}