Skip to content

Commit eeadf56

Browse files
authored
chore(docs): add comma for correct json syntax -> enable easy copy and paste (#1591)
1 parent 3f650f9 commit eeadf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nuxt/auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default defineNuxtConfig({
136136
vuefire: {
137137
// ensures the auth module is enabled
138138
auth: {
139-
enabled: true
139+
enabled: true,
140140
// enables the sessionCookie
141141
sessionCookie: true
142142
},

0 commit comments

Comments
 (0)