Skip to content

Commit

Permalink
atualiza rota pos editar usuario
Browse files Browse the repository at this point in the history
  • Loading branch information
castroricardo1 committed Dec 12, 2023
1 parent b56ed35 commit ecae819
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 ecae819

Please sign in to comment.