chore: v0.5.7

This commit is contained in:
Aarnav Tale 2025-04-02 14:28:05 -04:00
parent 000ec620b4
commit 8596a56375
No known key found for this signature in database
4 changed files with 6 additions and 3 deletions

View file

@ -34,7 +34,7 @@ export async function loader({
// Onboarding is only a feature of the OIDC flow
if (context.oidc && !request.url.endsWith('/onboarding')) {
let onboarded = true;
let onboarded = false;
try {
const { users } = await context.client.get<{ users: User[] }>(