chore: v0.5.7
This commit is contained in:
parent
000ec620b4
commit
8596a56375
4 changed files with 6 additions and 3 deletions
|
|
@ -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[] }>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue