mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update v3 docs to fix link
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user