Update v3 docs to fix link

This commit is contained in:
denihs
2024-05-15 15:00:10 -04:00
parent 6874e023fc
commit a26fe8ecc5

View File

@@ -17,7 +17,7 @@ login provider packages: `accounts-password`, `accounts-facebook`,
Read more about customizing user accounts in the [Accounts](http://guide.meteor.com/accounts.html) article in the Meteor Guide.
### Accounts with Session Storage {# accounts-session-storage}
### Accounts with Session Storage {#accounts-session-storage}
By default, Meteor uses Local Storage to store, among other things, login tokens in your browser session. But, for some applications, it makes sense to use Session Storage instead. You can achieve this by adding this to your settings: