Trying to make things work for the morning...

This commit is contained in:
2024-04-09 21:25:12 -04:00
parent 4460b38098
commit f68bccddb9
4 changed files with 104 additions and 41 deletions

View File

@@ -75,6 +75,9 @@ onMount(() => {
let url = window.location.href;
$ae_loc.href_url = url;
// The assumption is that if they know how to get to exactly this page then they are authorized in some way. Very limited risk!
$ae_loc.auth_access = true;
});