File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 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" >
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" >
You can’t perform that action at this time.
0 commit comments