Skip to content
Snippets Groups Projects
Commit c0576833 authored by Kawtar Laariche's avatar Kawtar Laariche
Browse files

#17: update userDetails mode

parent 7a2bcb10
No related branches found
No related tags found
1 merge request!10Features/user auth enhancements
export interface UserDetails {
firstName: string;
lastName: string;
lastName?: string;
emailId: string;
userId?: string;
username: string;
password: string;
password?: string;
active?: boolean;
lastLogin?: string;
created?: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment