Skip to content

Commit

Permalink
Merge pull request #44 from fga-eps-mds/fix-edit-route
Browse files Browse the repository at this point in the history
atualiza rota pos editar usuario
  • Loading branch information
DaviMarinho authored Dec 12, 2023
2 parents b56ed35 + ecae819 commit e419d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/edit-user/edit-user.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class EditUserComponent implements OnInit {
'Sucesso',
'Usuário atualizado com sucesso!'
);
this.navigator('/videos');
this.navigator('/catalog');
},
error: (error: ErrorResponseType) => {
this.alertService.errorMessage(error.error);
Expand Down

0 comments on commit e419d6e

Please sign in to comment.