Skip to content

Commit

Permalink
fix(paging): Fixed paging links for OAuth2 apps
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jun 18, 2024
1 parent bc1c2e4 commit d698082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ return true;`
let prevPage = false;

let getPagingUrl = page => {
let url = new URL(`admin/webhooks`, 'http://localhost');
let url = new URL(`admin/oauth`, 'http://localhost');

if (page) {
url.searchParams.append('page', page);
Expand Down

0 comments on commit d698082

Please sign in to comment.