Skip to content

Commit

Permalink
fix(actions/user): Remove extra field not implemented server-side.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Aug 5, 2021
1 parent 518def8 commit 9a32218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/actions/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ function createNewUser (auth0User) {
notificationChannel: 'email',
phoneNumber: '',
savedLocations: [],
storeTripHistory: false, // User must opt in.
use24HourFormat: true
storeTripHistory: false // User must opt in.
}
}

Expand Down

0 comments on commit 9a32218

Please sign in to comment.