Things seems to be working. It pulls the example moderator group list from Novi using their API. The moderator check is working. It still needs to handle more than one Novi Group.

This commit is contained in:
Scott Idem
2025-12-05 12:56:08 -05:00
parent 3f0ff46f51
commit b3bad26d8f
2 changed files with 81 additions and 20 deletions

View File

@@ -41,12 +41,12 @@
let { data, children }: Props = $props();
if (browser) {
add_activity_log({
action: 'idaa_root_layout',
action_with: 'browser'
});
}
// if (browser) {
// add_activity_log({
// action: 'idaa_root_layout',
// action_with: 'browser'
// });
// }
function add_activity_log({
action = 'idaa_root_layout',