Skip to content

Commit

Permalink
🍏 Increase redirect timer to 4s
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Jan 16, 2020
1 parent 2e9ff96 commit 31a8539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class LikerLandOAuthScreen extends React.Component<LikerLandOAuthScreenPr
this.handlePostSignIn()
} else if (url.includes("/oauth/redirect")) {
// Fallback to use timer if the above case not working
this.redirectTimer = setTimeout(this.handlePostSignIn, 2000)
this.redirectTimer = setTimeout(this.handlePostSignIn, 4000)
} else if (url.includes("/in/register")) {
this.handleError()
logError("Error when signing in to liker.land, like.co shows register page")
Expand Down

0 comments on commit 31a8539

Please sign in to comment.