jr: now enforcing uniqueness of account names
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user