Skip to content

Commit

Permalink
fix: remove updateProfile calling
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed May 30, 2022
1 parent e1aa6d3 commit 656e629
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/components/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ export default {
this.form.email,
this.form.password,
)
.then(({ user }) => {
user.updateProfile({
displayName: this.form.name,
});
})
.then(() => {
this.$router.replace({ name: 'Dashboard' });
})
Expand Down

0 comments on commit 656e629

Please sign in to comment.