-
-
- The community is {upvote > downvote ? 'bullish' : upvote < downvote ? 'bearish' : 'neutral'} about {$displayCompanyName} this week, with {totalVote} total votes.
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/lib/schemas.js b/src/lib/schemas.js
index c1441010..2a7846c2 100644
--- a/src/lib/schemas.js
+++ b/src/lib/schemas.js
@@ -9,15 +9,6 @@ export const loginUserSchema = z.object({
export const registerUserSchema = z
.object({
- username: z
- .string({ required_error: "Username is required" })
- .regex(/^[a-zA-Z0-9!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]*$/, {
- message:
- "Username can only contain letters, numbers, and special characters.",
- }) // Updated regex pattern
- .min(3, { message: "Username must be at least 2 characters" })
- .max(64, { message: "Username must be less than 64 characters" })
- .trim(),
email: z
.string({ required_error: "Email is required" })
.email({ message: "Email must be a valid email" }),
diff --git a/src/routes/politicians/+page.svelte b/src/routes/politicians/+page.svelte
index ab4c8128..7970c3f7 100644
--- a/src/routes/politicians/+page.svelte
+++ b/src/routes/politicians/+page.svelte
@@ -1,67 +1,58 @@
-
-
-
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} US Politician Stock Trade Tracker ยท stocknear
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-