Skip to content

Commit

Permalink
Update EditProfileForm.vue
Browse files Browse the repository at this point in the history
emailadress misspelled the word, change it to the correct spelling emailaddress
  • Loading branch information
mySoul8012 committed Sep 27, 2021
1 parent 563772c commit 147f44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/UserProfile/EditProfileForm.vue
Expand Up @@ -23,7 +23,7 @@
<div class="md-layout-item md-small-size-100 md-size-33">
<md-field>
<label>Email Address</label>
<md-input v-model="emailadress" type="email"></md-input>
<md-input v-model="emailaddress" type="email"></md-input>
</md-field>
</div>
<div class="md-layout-item md-small-size-100 md-size-50">
Expand Down Expand Up @@ -89,7 +89,7 @@ export default {
return {
username: null,
disabled: null,
emailadress: null,
emailaddress: null,
lastname: null,
firstname: null,
address: null,
Expand Down

0 comments on commit 147f44a

Please sign in to comment.