mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
feat(core): make password sigin default if user has one (#5577)
This commit is contained in:
@@ -17,7 +17,7 @@ export const AuthModal: FC<PropsWithChildren<AuthModalProps>> = ({
|
||||
open={open}
|
||||
onOpenChange={setOpen}
|
||||
width={400}
|
||||
height={468}
|
||||
minHeight={500}
|
||||
contentOptions={{
|
||||
['data-testid' as string]: 'auth-modal',
|
||||
style: { padding: '44px 40px 0' },
|
||||
|
||||
Reference in New Issue
Block a user