Skip to content

Commit

Permalink
updated access token link
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasLukasczyk committed Dec 20, 2024
1 parent 763da63 commit 222733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/dialogs/AddRemoteDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const openAccessTokenEditor = ()=>{
const host = props.user.host || 'git.nfdi4plants.org';
window.ipc.invoke(
'InternetService.openExternalURL',
`https://${host}/-/profile/personal_access_tokens`
`https://${host}/-/user_settings/personal_access_tokens`
);
}
Expand Down

0 comments on commit 222733d

Please sign in to comment.