Updated README.

This commit is contained in:
Tim Brandin 2016-03-31 16:46:26 +02:00
parent a1180d2835
commit 388a87c108

View file

@ -300,8 +300,6 @@ class NewLogin extends Accounts.ui.LoginForm {
And on the server you can store the extra fields like this:
```javascript
// server/accounts.js
import { Accounts } from 'meteor/accounts-base';
Accounts.onCreateUser(function (options, user) {