-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove warnings #896
Remove warnings #896
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
src/pegout/components/PegoutForm.vue
Outdated
@@ -429,8 +429,7 @@ export default defineComponent({ | |||
.then(() => getFlyoverProviders()) | |||
.then(() => { | |||
appendRecaptcha(flyoverService.value.siteKey); | |||
}) | |||
.catch(console.error); | |||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be appropriately handled here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
806d9d9
to
1e26c7b
Compare
1e26c7b
to
bc0b1a8
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ignore register flyover call failures.
Add rejection errors.
Fix line length warning.