Connected users with Kratos
This commit is contained in:
parent
b0af0de05b
commit
8da937d0c5
22 changed files with 479 additions and 228 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { State } from 'src/redux';
|
||||
|
||||
export const getCurrentUser = (state: State) => state.users.currentUser;
|
||||
export const getUsers = (state: State) => state.users.users;
|
||||
export const getUserById = (state: State) => state.users.user;
|
||||
export const getUserModalLoading = (state: State) => state.users.userModalLoading;
|
||||
|
|
|
|||
Reference in a new issue