File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class = " p-5 bg-white border rounded shadow " >
2+ <div >
33 <ul >
44 <li class =" mb-1 font-bold" >{{ authUser.name }}</li >
55 <li >Email: {{ authUser.email }}</li >
Original file line number Diff line number Diff line change 11<template >
2- <form @submit.prevent =" updateUser" class = " p-5 bg-white border rounded shadow " >
2+ <form @submit.prevent =" updateUser" >
33 <BaseInput
44 type =" text"
55 label =" Name"
Original file line number Diff line number Diff line change 11<template >
2- <form
3- @submit.prevent =" updatePassword"
4- class =" p-5 bg-white border rounded shadow"
5- >
2+ <form @submit.prevent =" updatePassword" >
63 <div class =" mb-2" >
74 <label for =" password" class =" text-sm text-gray-500"
85 >Current Password</label
Original file line number Diff line number Diff line change 11<template >
22 <div class =" py-5" >
33 <div class =" grid gap-10 md:grid-cols-3" >
4- <AuthUser />
5- <AuthUserForm />
6- <UpdatePassword />
4+ <AuthUser class = " p-5 bg-white border rounded shadow " />
5+ <AuthUserForm class = " p-5 bg-white border rounded shadow " />
6+ <UpdatePassword class = " p-5 bg-white border rounded shadow " />
77 </div >
88 </div >
99</template >
You can’t perform that action at this time.
0 commit comments