From 7130e1f030369d224d26faa3c14946fcf017d8b7 Mon Sep 17 00:00:00 2001 From: Jaydeep Dave Date: Mon, 1 Dec 2025 21:55:23 +0530 Subject: [PATCH] remvoed user data --- src/data/userProfiles.ts | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/src/data/userProfiles.ts b/src/data/userProfiles.ts index 798c339..c698fc5 100644 --- a/src/data/userProfiles.ts +++ b/src/data/userProfiles.ts @@ -1,26 +1,4 @@ // Static user profile data for test/demo use import { getAssetPath } from '../lib/assetUtils'; -export const userProfiles = [ - { - userId: 1, - email: 'demo1@example.com', - password: 'Qw!@d..**~cwcw', - name: 'Demo One', - avatar: getAssetPath('/static/avatars/demo1.svg') - }, - { - userId: 2, - email: 'demo2@example.com', - password: '@qqwdSC1eEem__o12', - name: 'Demo Two', - avatar: getAssetPath('/static/avatars/demo2.svg') - }, - { - userId: 3, - email: 'testuser@example.com', - password: 'test!!1-23Z~ww', - name: 'Test User', - avatar: getAssetPath('/static/avatars/testuser.svg') - } -]; +export const userProfiles = [];