fix: 🛂 Fix OIDC provider login not showing up when logged out

This commit is contained in:
Jesse Wierzbinski 2024-06-19 16:54:55 -10:00
parent d68836ffa7
commit 6d879cdf44
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -21,6 +21,8 @@ export const useInstanceFromClient = (client: MaybeRef<LysandClient>) => {
output.value = res.data;
});
});
return output;
};
export const useTos = (client: MaybeRef<LysandClient>) => {