mirror of
https://github.com/myfatemi04/wheelshare-old-backend.git
synced 2025-05-03 17:29:50 -04:00
add email field
This commit is contained in:
parent
33757c6bb9
commit
7184974ab6
|
@ -4,6 +4,7 @@
|
|||
export const users: Record<string, Carpool.User> = {
|
||||
myfatemi04: {
|
||||
id: '3baeaed6-05cb-4c03-9b43-1d74beafdbb7',
|
||||
email: '2022mfatemi@tjhsst.edu',
|
||||
username: 'myfatemi04',
|
||||
first_name: 'Michael',
|
||||
last_name: 'Fatemi',
|
||||
|
|
|
@ -6,6 +6,7 @@ namespace Carpool {
|
|||
|
||||
export interface User {
|
||||
id: string;
|
||||
email: string;
|
||||
username: string;
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
|
|
Loading…
Reference in New Issue
Block a user