Skip to content
Snippets Groups Projects
Commit 41df7429 authored by Luka's avatar Luka
Browse files

Change access_token to accesToken

parent 7a2f212b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ const initialState: AuthState = {
const auth = createApiReducer(
[AuthActionTypes.SIGN_IN_START, AuthActionTypes.SIGN_IN_SUCCESS, AuthActionTypes.SIGN_IN_FAILURE],
(data) => ({ token: data.access_token }),
(data) => ({ token: data.accessToken }),
(data) => data.error.message,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment