feat: point credential UI to Forgejo token settings
This commit is contained in:
parent
376fb9ee00
commit
b3ec0c9695
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ export default function GithubCredentialsSection({
|
|||
</div>
|
||||
|
||||
<a
|
||||
href="https://github.com/settings/tokens"
|
||||
href={`${import.meta.env.VITE_FORGEJO_BASE_URL || 'https://forge.wilddragon.net'}/user/settings/applications`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="block text-xs text-primary hover:underline"
|
||||
|
|
|
|||
Loading…
Reference in a new issue