refactor(auth): authenticate user in main window (#8032)

This commit is contained in:
forehalo
2024-09-03 09:03:46 +00:00
parent e33aa35f7e
commit 52c9da67f0
31 changed files with 561 additions and 509 deletions

View File

@@ -1,5 +1,5 @@
// Default route fallback for mobile
import { SignIn } from '@affine/core/pages/sign-in';
import { SignIn } from '@affine/core/pages/auth/sign-in';
export const Component = () => {
// placeholder impl