You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/5/en/part5a.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,7 @@ And now adding new notes works again!
414
414
415
415
### Saving the token to the browser's local storage
416
416
417
-
Our application has a small flaw: if the browser is refreshed (eg. pressig F5), the user's login information disappears.
417
+
Our application has a small flaw: if the browser is refreshed (eg. pressing F5), the user's login information disappears.
418
418
419
419
This problem is easily solved by saving the login details to [local storage](https://developer.mozilla.org/en-US/docs/Web/API/Storage). Local Storage is a [key-value](https://en.wikipedia.org/wiki/Key-value_database) database in the browser.
0 commit comments