Skip to content

Commit 5fa5f87

Browse files
committed
chore: comments
1 parent 541a6c4 commit 5fa5f87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nuxt/src/runtime/app-check/plugin.client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { VueFireAppCheck } from 'vuefire'
99
import { 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
*/
1414
export 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(

0 commit comments

Comments
 (0)