mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🛂 Fix OIDC provider login not showing up when logged out
This commit is contained in:
parent
d68836ffa7
commit
6d879cdf44
2 changed files with 8 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ export const useInstanceFromClient = (client: MaybeRef<LysandClient>) => {
|
|||
output.value = res.data;
|
||||
});
|
||||
});
|
||||
|
||||
return output;
|
||||
};
|
||||
|
||||
export const useTos = (client: MaybeRef<LysandClient>) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue