Skip to content

Commit 640586d

Browse files
committed
remove old account input event handlers
1 parent 4ca80f2 commit 640586d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/src/views/app/Settings.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,22 @@
3333
<AccountInput
3434
v-bind:name="'First Name'"
3535
v-bind:type="'firstName'"
36-
v-on:saveSingleChoice="saveSingleChoice"
3736
v-bind:currentValuePassed="this.$store.getters.getLoggedInUser.first_name"></AccountInput>
3837
<AccountInput
3938
v-bind:name="'Last Name'"
4039
v-bind:type="'lastName'"
41-
v-on:saveSingleChoice="saveSingleChoice"
4240
v-bind:currentValuePassed="this.$store.getters.getLoggedInUser.last_name"></AccountInput>
4341
<AccountInput
4442
v-bind:name="'Email'"
4543
v-bind:type="'email'"
46-
v-on:saveSingleChoice="saveSingleChoice"
4744
v-bind:currentValuePassed="this.$store.getters.getLoggedInUser.email"></AccountInput>
4845
<AccountInput
4946
v-bind:name="'Username'"
5047
v-bind:type="'username'"
51-
v-on:saveSingleChoice="saveSingleChoice"
5248
v-bind:currentValuePassed="this.$store.getters.getLoggedInUser.username"></AccountInput>
5349
<AccountInput
5450
v-bind:name="'Password'"
5551
v-bind:type="'password'"
56-
v-on:saveSingleChoiceOldGiven="saveSingleChoiceOldGiven"
5752
v-bind:currentValuePassed="''"></AccountInput>
5853
</section>
5954
<section v-if="getShow === 'profile'" class="flex flex-col items-start z-10 absolute bg-white-matcha w-full top-0 left-0 md:ml-4 md:relative md:shadow-md md:rounded-md">
@@ -106,7 +101,6 @@
106101
class="mx-auto"
107102
v-bind:name="'Bio'"
108103
v-bind:type="'bio'"
109-
v-on:saveSingleChoice="saveSingleChoice"
110104
v-bind:currentValuePassed="this.$store.getters.getLoggedInUser.bio"></AccountInput>
111105
</div>
112106
<div class="text-center px-8 py-8 border-t border-gray-300 w-full">

0 commit comments

Comments
 (0)