Skip to content

Commit

Permalink
Merge pull request #3 from fga-eps-mds/feat/melhoria-perfil
Browse files Browse the repository at this point in the history
novos campos no cadastro de usuario e edição de perfil
  • Loading branch information
viniciused26 authored Dec 17, 2024
2 parents 92e7260 + 3dc3df6 commit 978884e
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 65 deletions.
173 changes: 172 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/app/interfaces/user.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ export interface IUser extends IUserBody {
id: number;
foto?: string | null;
admin: boolean;
data_nascimento: Date;
descricao: string;
}
Loading

0 comments on commit 978884e

Please sign in to comment.