Files
multica/packages/views/auth/index.ts
Naiyuan Qing 547b8839b2 refactor(auth): consolidate web login into shared LoginPage component
Extend shared LoginPage with CLI callback, workspace preference, and
token callback props. Web login page reduced from 393 lines to 52-line
thin wrapper.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 09:45:17 +08:00

2 lines
63 B
TypeScript

export { LoginPage, validateCliCallback } from "./login-page";