Now with new button toggles and edit for JSON data!

This commit is contained in:
Scott Idem
2024-07-24 18:06:10 -04:00
parent 98849427d9
commit 274b599ff1
9 changed files with 498 additions and 169 deletions

View File

@@ -273,6 +273,8 @@ export function handle_db_save_ae_obj_li__person(
agree: obj.agree,
comments: obj.comments,
allow_auth_key: obj.allow_auth_key, // For sign in without password
// auth_key: obj.auth_key,
passcode: obj.passcode,
data_json: obj.data_json,