-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 #14390
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14390 +/- ##
============================================
- Coverage 39.81% 20.25% -19.57%
============================================
Files 1545 723 -822
Lines 190495 100283 -90212
Branches 3551 1049 -2502
============================================
- Hits 75839 20308 -55531
+ Misses 114063 79434 -34629
+ Partials 593 541 -52 ☔ View full report in Codecov by Sentry. |
if (currentPage.value?.route.name == null && !narrow.value) { | ||
router.push('/admin/overview'); | ||
} | ||
}); |
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.
削除した理由は何かしら
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.
マウント時のリダイレクトだけで十分なため(実際、設定ページの方はそうなっている)
🙏🏻 |
…#14390) * fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 * Update Changelog * refactor
What
Why
Fix #14372
Additional info (optional)
Checklist