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
2691611f34
commit
5986bfae88
1 changed files with 5 additions and 0 deletions
|
@ -189,9 +189,14 @@ have one route for /login and one for /signup.
|
|||
|
||||
`meteor add accounts-password`
|
||||
`meteor add std:accounts-ui`
|
||||
`meteor add softwarerero:accounts-t9n`
|
||||
`meteor add kadira:flow-router-ssr`
|
||||
|
||||
```javascript
|
||||
import React from 'react';
|
||||
import { Accounts, STATES } from 'meteor/std:accounts-ui';
|
||||
import { T9n } from 'meteor/softwarerero:accounts-t9n';
|
||||
|
||||
T9n.setLanguage('en');
|
||||
|
||||
Accounts.config({
|
||||
|
|
Loading…
Add table
Reference in a new issue