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'
9
9
import { defineNuxtPlugin , useAppConfig } from '#app'
10
10
11
11
/**
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.
13
13
*/
14
14
export default defineNuxtPlugin ( ( nuxtApp ) => {
15
15
const appConfig = useAppConfig ( )
@@ -25,7 +25,6 @@ export default defineNuxtPlugin((nuxtApp) => {
25
25
provider = new ReCaptchaEnterpriseProvider ( options . key )
26
26
} else {
27
27
// default provider that fails
28
- // TODO: make this a dev only warning
29
28
provider = new CustomProvider ( {
30
29
getToken : ( ) =>
31
30
Promise . reject (
You can’t perform that action at this time.
0 commit comments