Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
remove returnUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyy committed Feb 7, 2021
1 parent 86425eb commit c603ea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions redux/actions/userActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ export const signIn = (): UserThunkAction => async (
const result = await AuthSession.startAsync({
authUrl: `${ASSISTANT_API_URL}/connect/uclapi?return=${encodeURIComponent(
returnUrl,
)}`,
returnUrl,
)}`
})
if (result.type === `success`) {
const action = signInSuccess(result)
Expand Down

0 comments on commit c603ea1

Please sign in to comment.