Commit 77ca029013af1db3e96760b9777f656a47c60f53
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,7 +244,7 @@ __Example via Password__ | ||
244 | ```js | 244 | ```js |
245 | Funifier.auth.authenticate({ | 245 | Funifier.auth.authenticate({ |
246 | auth_mode: 'PASSWORD', | 246 | auth_mode: 'PASSWORD', |
247 | - player: 'jogador1' | 247 | + player: 'jogador1', |
248 | password: 'pass@123' | 248 | password: 'pass@123' |
249 | },function(err,data){ | 249 | },function(err,data){ |
250 | if(err==null){ | 250 | if(err==null){ |