Skip to content

Commit

Permalink
do not allow email & name to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mylastore committed Mar 28, 2023
1 parent d639124 commit d152d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/user/profile/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
async function updateUser() {
try {
const userObject = {
name,
website,
location,
gender,
Expand Down

0 comments on commit d152d44

Please sign in to comment.