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

@@ -44,6 +44,8 @@ export interface Person {
agree?: null|boolean;
comments?: null|string;
allow_auth_key?: null|boolean; // For sign in without password
auth_key?: null|string;
passcode?: null|string;
data_json?: null|string;