refactor(frontend): Remove unused directives (#14085)

This commit is contained in:
woxtu
2024-06-24 21:32:12 +09:00
committed by GitHub
parent b95a0457a9
commit 634764e1a6
2 changed files with 0 additions and 2 deletions

View File

@@ -104,7 +104,6 @@ async function requestRender() {
});
} else if (props.provider === 'mcaptcha' && props.instanceUrl && props.sitekey) {
const { default: Widget } = await import('@mcaptcha/vanilla-glue');
// @ts-expect-error avoid typecheck error
new Widget({
siteKey: {
instanceUrl: new URL(props.instanceUrl),