Clean up of auth logic
This commit is contained in:
@@ -174,6 +174,20 @@ let events_session_data_struct: key_val = {
|
||||
'qry__limit': 20,
|
||||
'qry__offset': 0,
|
||||
|
||||
// This is intended to only be temporary.
|
||||
auth__person: {},
|
||||
auth__entered_key: null,
|
||||
auth__entered_passcode: null,
|
||||
auth__kv: {
|
||||
event: {},
|
||||
exhibit: {},
|
||||
location: {},
|
||||
session: {},
|
||||
presentation: {},
|
||||
presenter: {},
|
||||
person: {},
|
||||
},
|
||||
|
||||
// Badge Printing
|
||||
'badges': {
|
||||
'fulltext_search_qry_str': null,
|
||||
|
||||
Reference in New Issue
Block a user