first ugly version of authenticated backend requests.

needs some refactoring, but it works?
This commit is contained in:
2025-06-30 13:22:27 +02:00
parent d9050b35ba
commit ca378790f1
6 changed files with 52 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ Log.setLogger(console);
export default function Page() {
const auth = useAuth();
console.log(auth);
switch (auth.activeNavigator) {
case "signinSilent":