Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3396 | Rev 3407 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3396 Rev 3400
Línea 6... Línea 6...
6
  logoutUserToNative
6
  logoutUserToNative
7
} from '@utils'
7
} from '@utils'
8
import { actionsTypes } from './auth.types'
8
import { actionsTypes } from './auth.types'
Línea 9... Línea 9...
9
 
9
 
10
export const setCrendentials = (crendentials) => ({
10
export const setCrendentials = (crendentials) => ({
11
  type: actionsTypes.SET_PERMISSIONS,
11
  type: actionsTypes.SET_CREDENTIALS,
12
  payload: crendentials
12
  payload: crendentials
Línea 13... Línea 13...
13
})
13
})
14
 
14