Skip to content

Commit

Permalink
Revert "feat(authentication-service): adds fullName property to user …
Browse files Browse the repository at this point in the history
…model (#98)"

This reverts commit 2f8a3cd.
  • Loading branch information
samarpan-b committed Dec 8, 2020
1 parent cfe68ed commit 3466399
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions services/authentication-service/src/models/user.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ export class User extends UserModifiableEntity implements IAuthUser {
})
middleName?: string;

@property({
type: 'string',
name: 'full_name',
})
fullName?: string;

@property({
type: 'string',
required: true,
Expand Down

0 comments on commit 3466399

Please sign in to comment.