Now with new button toggles and edit for JSON data!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user