Skip to content

Commit

Permalink
update discord authorization failure flow
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Dec 13, 2023
1 parent eecb8f5 commit 1ad1892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/callback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function Callback() {

case StatusCode.DISCORD_AUTHORIZATION_FAILURE:
setMessage('Authorization failed. Please try again.');
handleCreateNewPlatform(params);
router.push('/centric');
break;

case StatusCode.DISCORD_AUTHORIZATION_FROM_SETTINGS:
Expand Down

0 comments on commit 1ad1892

Please sign in to comment.