File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/nuxt/src/runtime/app-check Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { VueFireAppCheck } from 'vuefire'
99import { defineNuxtPlugin , useAppConfig } from '#app'
1010
1111/**
12- * Plugin to initialize the appCheck module. Must be added before the server version. TODO: verify it changes anything .
12+ * Plugin to initialize the appCheck module on the server.
1313 */
1414export default defineNuxtPlugin ( ( nuxtApp ) => {
1515 const appConfig = useAppConfig ( )
@@ -25,7 +25,6 @@ export default defineNuxtPlugin((nuxtApp) => {
2525 provider = new ReCaptchaEnterpriseProvider ( options . key )
2626 } else {
2727 // default provider that fails
28- // TODO: make this a dev only warning
2928 provider = new CustomProvider ( {
3029 getToken : ( ) =>
3130 Promise . reject (
You can’t perform that action at this time.
0 commit comments