API & Client: fix
- user edition - title for activity with gpx and no name in gpx - style
This commit is contained in:
@ -85,6 +85,7 @@ export const handleProfileFormSubmit = formData => dispatch => {
|
||||
'Password and password confirmation don\'t match.'
|
||||
))
|
||||
}
|
||||
delete formData.id
|
||||
return FitTrackeeGenericApi
|
||||
.postData('auth/profile/edit', formData)
|
||||
.then(ret => {
|
||||
|
Reference in New Issue
Block a user