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:
Scott Idem
2025-06-02 13:31:22 -04:00
parent eb32ae1eaa
commit a2e4c710a0
7 changed files with 122 additions and 89 deletions

View File

@@ -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;