@navservice/usuario 1.16.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/es/index.js CHANGED
@@ -3277,7 +3277,8 @@ const contexto_usuario_contexto_usuario = class contexto_usuario {
3277
3277
  contexto_usuario.contexto.state.set_loading(true);
3278
3278
  const response = await src_utils.api.servidor_pricipal.post({
3279
3279
  url: shared_types.Controller.Usuario.RegisterLoginGoogle.route,
3280
- data: props
3280
+ data: props,
3281
+ setToken: false
3281
3282
  });
3282
3283
  if (response?.data?.results) contexto_usuario.contexto.state.set_user(response?.data?.results);
3283
3284
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/usuario",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Service de autenticação de usuários unificado",
5
5
  "type": "module",
6
6
  "main": "./build/lib/index.js",