first ugly version of authenticated backend requests.
needs some refactoring, but it works?
This commit is contained in:
@@ -8,6 +8,7 @@ Log.setLogger(console);
|
||||
|
||||
export default function Page() {
|
||||
const auth = useAuth();
|
||||
console.log(auth);
|
||||
|
||||
switch (auth.activeNavigator) {
|
||||
case "signinSilent":
|
||||
|
||||
Reference in New Issue
Block a user