mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 21:29:11 +00:00
Add mobile friendliness and replace the login page redirects
This commit is contained in:
@@ -217,6 +217,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
||||
{showLoginPrompt && (
|
||||
<LoginPrompt
|
||||
onOpenChange={setShowLoginPrompt}
|
||||
isMobileWidth={props.isMobileWidth}
|
||||
loginRedirectMessage={"Login to your second brain"}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user