Fix
This commit is contained in:
parent
3eaf001df7
commit
786217b753
1 changed files with 1 additions and 4 deletions
|
@ -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],
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue