From 6105eea7a9261c5771fdd52a0ca9faf1920804b7 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 6 Oct 2025 10:16:29 -0700 Subject: [PATCH] Fix rebase --- .../settings/resources/[niceId]/authentication/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx b/src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx index 4b9e3ac1..31cfbc5d 100644 --- a/src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx +++ b/src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx @@ -58,13 +58,10 @@ import { SelectTrigger, SelectValue } from "@app/components/ui/select"; -<<<<<<< HEAD import { Separator } from "@app/components/ui/separator"; import { build } from "@server/build"; import { usePrivateSubscriptionStatusContext } from "@app/hooks/privateUseSubscriptionStatusContext"; import { TierId } from "@server/lib/private/billing/tiers"; -======= ->>>>>>> 6f6c351f (Adding HTTP Header Authentication) const UsersRolesFormSchema = z.object({ roles: z.array(