Fix log message in GitHub OAuth callback route
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ try {
|
||||
// Aktualisiere auch die Logging-Nachricht
|
||||
content = content.replace(
|
||||
/console\.log\(`GitHub OAuth Token-Validierung mit Callback-URL: \${OAUTH_CALLBACK_URL}\`\);/g,
|
||||
'console.log(`GitHub OAuth Token-Validierung erfolgreich, verwendete Callback-URL: ${github.redirectURI}`);'
|
||||
'console.log("GitHub OAuth Token-Validierung erfolgreich");'
|
||||
);
|
||||
|
||||
// Schreibe die aktualisierte Datei
|
||||
|
Reference in New Issue
Block a user