diff --git a/packages/tm-core/src/auth/index.ts b/packages/tm-core/src/auth/index.ts index 1a311fae..a5dfb729 100644 --- a/packages/tm-core/src/auth/index.ts +++ b/packages/tm-core/src/auth/index.ts @@ -17,12 +17,6 @@ export type { export { AuthenticationError } from './types'; -export { - getSuccessHtml, - getErrorHtml, - getSecurityErrorHtml -} from './templates'; - export { DEFAULT_AUTH_CONFIG, getAuthConfig diff --git a/packages/tm-core/src/auth/templates.ts b/packages/tm-core/src/auth/templates.ts deleted file mode 100644 index 64651f29..00000000 --- a/packages/tm-core/src/auth/templates.ts +++ /dev/null @@ -1,137 +0,0 @@ -/** - * HTML templates for OAuth callback responses - */ - -export function getSuccessHtml(): string { - return ` - - -
-You can close this window and return to your terminal.
-Task Master CLI
-${errorMessage}
-You can close this window and try again.
-Invalid state parameter. Please try again.
-