mirror of
https://github.com/tale/headplane.git
synced 2026-08-05 19:57:42 +00:00
chore: v0.5.7
This commit is contained in:
@@ -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[] }>(
|
||||
|
||||
Reference in New Issue
Block a user