Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Dec 11, 2023
1 parent 137e719 commit de281f6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions wikiblogarden/tadi-web/cloud/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,6 @@ const setFavourite = (food) => {

You can even store the password locally. That way, you don't need to type it in each time.

```html
<input type="password" />

<script>
const input = document.querySelector("input")
const setFavourite = (food) => {
putDataInTheCloud({
key: "favourite-food",
value: food,
password: input.value,
})
}
</script>
```

## Local storage

You can even store the password locally. That way, you don't need to type it in each time.

```html
<input type="password" oninput="handleInput()" />

Expand Down

0 comments on commit de281f6

Please sign in to comment.