chore: v0.5.7

This commit is contained in:
Aarnav Tale
2025-04-02 14:28:05 -04:00
parent 000ec620b4
commit 8596a56375
4 changed files with 6 additions and 3 deletions
+1 -1
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[] }>(