From f4dcdc0c47ce401d4e6a90f2a4080c09bcd5301e Mon Sep 17 00:00:00 2001
From: Benjtalkshow
Date: Tue, 14 Oct 2025 12:49:02 +0100
Subject: [PATCH 1/2] fix: modify api.ts
---
lib/api/api.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/api/api.ts b/lib/api/api.ts
index edeb5c309..1af831c4d 100644
--- a/lib/api/api.ts
+++ b/lib/api/api.ts
@@ -2,8 +2,8 @@ import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
import Cookies from 'js-cookie';
import { useAuthStore } from '@/lib/stores/auth-store';
-// const API_BASE_URL = 'https://staging-api.boundlessfi.xyz/api';
-const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
+const API_BASE_URL = 'https://staging-api.boundlessfi.xyz/api';
+// const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
if (!API_BASE_URL) {
throw new Error('NEXT_PUBLIC_API_URL environment variable is not defined');
}
From 5be269f786c038f9ee3084824108a6f896072b62 Mon Sep 17 00:00:00 2001
From: Benjtalkshow
Date: Thu, 16 Oct 2025 18:31:50 +0100
Subject: [PATCH 2/2] fix: remove google auth buttom
---
.vscode/settings.json | 3 ++
components/auth/LoginForm.tsx | 10 ++--
components/auth/SignupForm.tsx | 10 ++--
.../project-sidebar/ProjectSidebarActions.tsx | 54 +++++++++++--------
4 files changed, 44 insertions(+), 33 deletions(-)
create mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..6f3a2913e
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "liveServer.settings.port": 5501
+}
\ No newline at end of file
diff --git a/components/auth/LoginForm.tsx b/components/auth/LoginForm.tsx
index 1372bd74a..412f19546 100644
--- a/components/auth/LoginForm.tsx
+++ b/components/auth/LoginForm.tsx
@@ -1,6 +1,6 @@
'use client';
import { Eye, EyeOff, LockIcon, MailIcon } from 'lucide-react';
-import Image from 'next/image';
+// import Image from 'next/image';
import Link from 'next/link';
import { UseFormReturn } from 'react-hook-form';
import z from 'zod';
@@ -50,7 +50,7 @@ const LoginForm = ({
-
Continue with Google
-
-
+ */}
+ {/*
+
*/}