Skip to content

Commit

Permalink
A4A Client: Fix Post-Connection Redirect URL (#36960)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller authored Apr 18, 2024
1 parent f35bbd3 commit d2c29e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Fix post-connection redirect URL.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function ConnectionContent( { onShowSharingDetailsClick } ) {
apiNonce={ apiNonce }
registrationNonce={ registrationNonce }
from="automattic-for-agencies-client"
redirectUri="admin.php?page=automattic-for-agencies-client"
redirectUri="options-general.php?page=automattic-for-agencies-client"
/>
</div>
</div>
Expand Down

0 comments on commit d2c29e6

Please sign in to comment.