Work on bug fix or something for IDAA and the page not fully loading properly. Unsure if this is related to Novi permissions check?
This commit is contained in:
@@ -305,9 +305,7 @@ export async function load({ fetch, params, parent, route, url }) { // params, r
|
||||
}
|
||||
// console.log(`ae_acct = `, ae_acct);
|
||||
|
||||
// WARNING: Precaution against shared data between sites and sessions.
|
||||
// data_struct.ae_acct[ae_loc_init.account_id] = ae_acct;
|
||||
|
||||
// WARNING: Using the Account ID is a precaution against shared data between other accounts (sites and sessions).
|
||||
data_struct[ae_loc_init.account_id] = ae_acct;
|
||||
|
||||
return data_struct;
|
||||
|
||||
Reference in New Issue
Block a user