Commit 11c407734320c4099022d598150921925060c80c

Authored by Jefferson
1 parent 77ca0290

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

Showing 1 changed file with 1 additions and 1 deletions
js/client/Readme_pt_br.md
@@ -244,7 +244,7 @@ __Exemplo via Senha__ @@ -244,7 +244,7 @@ __Exemplo via Senha__
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){