mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-04 17:31:41 -05:00
Update README.md
This commit is contained in:
parent
3b930cf0bc
commit
32b08c7cff
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Accounts.ui.config({
|
|||
### Version 1.2 also supports passing hooks through props to the component.
|
||||
|
||||
```js
|
||||
import { Accounts, STATES } from 'meteor/std:accounts-ui';
|
||||
import { Accounts } from 'meteor/std:accounts-ui';
|
||||
|
||||
<Accounts.ui.LoginForm
|
||||
onSignedInHook={ () => console.log('user signed in') }
|
||||
|
|
Loading…
Add table
Reference in a new issue