Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Jan 2, 2025
1 parent 91be050 commit c72dff6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions sdks/js/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,6 @@ const ExtensionWorkspaceSchema = WorkspaceSchema.extend({
blacklistedDomains: z.array(z.string()).nullable(),
});

const ExtensionWorkspaceSchema = WorkspaceSchema.extend({
blacklistedDomains: z.array(z.string()).nullable(),
});

const UserProviderSchema = FlexibleEnumSchema<
"auth0" | "github" | "google" | "okta" | "samlp" | "waad"
>().nullable();
Expand Down
4 changes: 0 additions & 4 deletions types/src/front/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export type ExtensionWorkspaceType = WorkspaceType & {
blacklistedDomains: string[] | null;
};

export type ExtensionWorkspaceType = WorkspaceType & {
blacklistedDomains: string[] | null;
};

export type UserProviderType =
| "auth0"
| "github"
Expand Down

0 comments on commit c72dff6

Please sign in to comment.