Skip to content

Commit

Permalink
toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Dec 11, 2023
1 parent cff7d2c commit 8b761ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wikiblogarden/tadi-web/cloud/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ A simple "save password to local storage" toggle would let the user choose.
localStorage.setItem("password", input.value);
} else {
localStorage.removeItem("password");
}</mark>
};
}
};</mark>

const setFavourite = (food) => {
remoteStorage.setItem("favourite-food", food, {
Expand Down

0 comments on commit 8b761ac

Please sign in to comment.