jr: generating new keypair works

This commit is contained in:
2024-03-18 23:32:55 -06:00
parent b6aa8fe7cc
commit ae646417aa
2 changed files with 99 additions and 24 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ p_main
let onclick_generate =
async function () {
console.log('popup p_main onclick_generate');
// await b_lib.p_generate_keypair();
await b_lib.p_generate_keypair();
pi_repop();
};
document