Skip to content

Commit 994e711

Browse files
committed
lint
1 parent 5493234 commit 994e711

File tree

1 file changed

+3
-1
lines changed
  • apps/sim/app/api/auth/sso/register

1 file changed

+3
-1
lines changed

apps/sim/app/api/auth/sso/register/route.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ export async function POST(request: NextRequest) {
209209
error: endpointValidation.error,
210210
})
211211
return NextResponse.json(
212-
{ error: `Discovered OIDC ${key} failed security validation: ${endpointValidation.error}` },
212+
{
213+
error: `Discovered OIDC ${key} failed security validation: ${endpointValidation.error}`,
214+
},
213215
{ status: 400 }
214216
)
215217
}

0 commit comments

Comments
 (0)