mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 20:41:32 +03:00
chore: login condition
This commit is contained in:
parent
f57aaf7e80
commit
d8b176a329
@ -49,14 +49,14 @@ export function Login() {
|
||||
width: '100px',
|
||||
}}
|
||||
/>
|
||||
{/* {((process.env['NX_LOCAL'] || true) && ( */}
|
||||
<FileSystem onError={onError} />
|
||||
{/* )) ||
|
||||
null}
|
||||
{((!process.env['NX_LOCAL'] || true) && ( */}
|
||||
<Firebase onError={onError} />
|
||||
{/* )) ||
|
||||
null} */}{' '}
|
||||
{(process.env['NX_LOCAL'] && (
|
||||
<FileSystem onError={onError} />
|
||||
)) ||
|
||||
null}
|
||||
{(!process.env['NX_LOCAL'] && (
|
||||
<Firebase onError={onError} />
|
||||
)) ||
|
||||
null}
|
||||
</MuiBox>
|
||||
</MuiGrid>
|
||||
</MuiGrid>
|
||||
|
Loading…
Reference in New Issue
Block a user