Commit 736eab20918f91dd320b9ab3e01d196f35b4b129
1 parent
65293410
Exists in
master
and in
1 other branch
[Feat] Adicionando nome do usuário no retorno da autenticação
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
rn/MdWsSeiUsuarioRN.php
... | ... | @@ -190,6 +190,7 @@ class MdWsSeiUsuarioRN extends InfraRN { |
190 | 190 | //dados usuário |
191 | 191 | $ret->IdUnidadeAtual = SessaoSEI::getInstance()->getNumIdUnidadeAtual(); |
192 | 192 | $ret->sigla = $usuarioDTO->getStrSigla(); |
193 | + $ret->nome = SessaoSEI::getInstance()->getStrNomeUsuario(); | |
193 | 194 | |
194 | 195 | $token = $this->tokenEncode($usuarioDTO->getStrSigla(), $usuarioDTO->getStrSenha()); |
195 | 196 | ... | ... |