Skip to content

Commit

Permalink
FEAT: Chat enhanced
Browse files Browse the repository at this point in the history
Co-authored-by: Suja16 <Suja16@users.noreply.github.com>
Co-authored-by: Pratham Goenka <prathamg1803@gmail.com>
Co-authored-by: Arnab Bhowmik <arnabbhowmik019@gmail.com>
Co-authored-by: Harshal Dulera <harshaldulera@users.noreply.github.com>
  • Loading branch information
5 people committed Dec 31, 2024
1 parent 10094c1 commit 414868a
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 42 deletions.
Binary file added ngrok-v3-stable-linux-amd64.tgz.1
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/nextjs/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const LoginPage = () => {
const handleSignUp = () => {
setIsLoading(true);
// const localUrl = "http://localhost:3000";
const localUrl = "https://08de-14-195-142-82.ngrok-free.app"
const localUrl = "https://62a2-14-195-142-82.ngrok-free.app"
window.location.href = `https://small-mouse-2759.arnabbhowmik019.workers.dev/google/auth?redirect_url=${encodeURIComponent(localUrl)}/`;
};

Expand Down
Loading

0 comments on commit 414868a

Please sign in to comment.