Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
- also changes copy to clipboard button to secondary
  • Loading branch information
ryanhopperlowe committed Oct 21, 2024
1 parent ef4399c commit 2960c48
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 53 deletions.
1 change: 1 addition & 0 deletions ui/admin/app/components/composed/CopyText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function CopyText({
size="icon"
onClick={() => handleCopy(text)}
className="aspect-square"
variant="secondary"
type="button"
>
{isCopied ? (
Expand Down
9 changes: 0 additions & 9 deletions ui/admin/app/lib/model/oauthApps/google.ts

This file was deleted.

11 changes: 0 additions & 11 deletions ui/admin/app/lib/model/oauthApps/hubspot.ts

This file was deleted.

10 changes: 0 additions & 10 deletions ui/admin/app/lib/model/oauthApps/microsoft.ts

This file was deleted.

9 changes: 0 additions & 9 deletions ui/admin/app/lib/model/oauthApps/notion.ts

This file was deleted.

5 changes: 0 additions & 5 deletions ui/admin/app/lib/model/oauthApps/oauth-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ import { apiBaseUrl } from "~/lib/routers/apiRoutes";

export const OAuthProvider = {
GitHub: "github",
// Google: "google",
// HubSpot: "hubspot",
// Microsoft365: "microsoft365",
// Notion: "notion",
// Slack: "slack",
} as const;
export type OAuthProvider = (typeof OAuthProvider)[keyof typeof OAuthProvider];

Expand Down
9 changes: 0 additions & 9 deletions ui/admin/app/lib/model/oauthApps/slack.ts

This file was deleted.

0 comments on commit 2960c48

Please sign in to comment.