Skip to content
Snippets Groups Projects
Commit 786217b7 authored by Valentino Kozinec's avatar Valentino Kozinec
Browse files

Fix

parent 3eaf001d
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,8 @@ const signOutAction = (): SuccessAction => ({
export const signIn = (state: string) =>
createApiAction(
{
path: '/hydra/callback',
path: `/hydra/callback?state=${state}`,
method: 'GET',
headers: {
state,
},
},
[AuthActionTypes.SIGN_IN_START, AuthActionTypes.SIGN_IN_SUCCESS, AuthActionTypes.SIGN_IN_FAILURE],
);
......
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