fix: remove unused Sora references causing TypeScript build failure

- Remove handleImportAccessToken event binding from CreateAccountModal
- Remove unused imports/variables from OAuthAuthorizationFlow (useAppStore,
  parsedAccessToken*, handleImportAccessToken)
- Remove unused oauthPlatform variable from useOpenAIOAuth composable
This commit is contained in:
erio
2026-04-05 04:04:47 +08:00
parent 9c514c9808
commit 155900e62f
3 changed files with 0 additions and 20 deletions

View File

@@ -30,7 +30,6 @@ interface UseOpenAIOAuthOptions {
export function useOpenAIOAuth(options?: UseOpenAIOAuthOptions) {
const appStore = useAppStore()
const oauthPlatform = options?.platform ?? 'openai'
const endpointPrefix = '/admin/openai'
// State