jr: now enforcing uniqueness of account names

This commit is contained in:
2024-03-19 02:53:21 -06:00
parent 96c45bbe68
commit 0e6ba80983
2 changed files with 84 additions and 8 deletions
+4
View File
@@ -34,6 +34,10 @@ p_main
await pi_repop();
// add unique name for default
// @ts-ignore fuck off
document.getElementById('generate-name')!.value = await b_lib.p_get_unique_name();
// add hooks for each button
let onclick_generate =
async function () {