feat: point credential UI to Forgejo token settings

This commit is contained in:
WildDragon Deploy 2026-05-27 23:35:58 -04:00
parent 376fb9ee00
commit b3ec0c9695

View file

@ -95,7 +95,7 @@ export default function GithubCredentialsSection({
</div> </div>
<a <a
href="https://github.com/settings/tokens" href={`${import.meta.env.VITE_FORGEJO_BASE_URL || 'https://forge.wilddragon.net'}/user/settings/applications`}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="block text-xs text-primary hover:underline" className="block text-xs text-primary hover:underline"