feat: login with github and if it is not a pdf file, set the width of chunkContainer to 100% (#106)
* feat: if it is not a pdf file, set the width of chunkContainer to 100% * feat: login with github
This commit is contained in:
@@ -152,7 +152,7 @@ const Login = () => {
|
||||
</Button>
|
||||
{title === 'login' && (
|
||||
<>
|
||||
<Button
|
||||
{/* <Button
|
||||
block
|
||||
size="large"
|
||||
onClick={toGoogle}
|
||||
@@ -165,7 +165,7 @@ const Login = () => {
|
||||
/>
|
||||
Sign in with Google
|
||||
</div>
|
||||
</Button>
|
||||
</Button> */}
|
||||
<Button
|
||||
block
|
||||
size="large"
|
||||
|
||||
Reference in New Issue
Block a user