Skip to content

Commit b852cd1

Browse files
committed
fix: add back default user data
1 parent 63f21b8 commit b852cd1

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

app/stores/user.ts

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,20 @@ export const useUserStore = defineStore('user', {
1818
state: () => ({
1919
user: {
2020
username: 'hussein',
21-
displayName: '',
22-
bio: null,
21+
displayName: 'John Doe',
22+
bio: `Fourth year Computer Engineering student @ Cairo university\nI'm only here when the reels get boring on ig`,
2323
bioEntities: {
2424
mentions: [],
2525
hashtags: [],
2626
},
27-
avatarUrl: '',
28-
bannerUrl: '',
29-
location: '',
30-
websiteUrl: '',
31-
birthDate: '',
32-
joinedAt: '',
27+
avatarUrl: 'https://i.ibb.co/qMcSYBfk/image.jpg',
28+
bannerUrl: 'https://i.ibb.co/Z1Yx04kS/dfghj.webp',
29+
location: 'San Francisco, CA',
30+
websiteUrl: 'https://johndoe.dev',
31+
birthDate: '2004-05-07',
32+
joinedAt: '2020-03-15T10:30:00Z',
33+
email: 'https://github.com/',
34+
phone: '+1234567890',
3335
followingCount: 0,
3436
followersCount: 0,
3537
mutualsCount: 0,

0 commit comments

Comments
 (0)