Commit 77ca029013af1db3e96760b9777f656a47c60f53

Authored by Jefferson
1 parent 248d9524

Correção da função Funifier.auth.authenticate - PASSWORD

Showing 1 changed file with 1 additions and 1 deletions
js/client/Readme_en_us.md
... ... @@ -244,7 +244,7 @@ __Example via Password__
244 244 ```js
245 245 Funifier.auth.authenticate({
246 246 auth_mode: 'PASSWORD',
247   - player: 'jogador1'
  247 + player: 'jogador1',
248 248 password: 'pass@123'
249 249 },function(err,data){
250 250 if(err==null){
... ...