Skip to content

Commit

Permalink
chore(docs): add comma for correct json syntax -> enable easy copy an…
Browse files Browse the repository at this point in the history
…d paste (#1591)
  • Loading branch information
marktlinn authored Dec 8, 2024
1 parent 3f650f9 commit eeadf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nuxt/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default defineNuxtConfig({
vuefire: {
// ensures the auth module is enabled
auth: {
enabled: true
enabled: true,
// enables the sessionCookie
sessionCookie: true
},
Expand Down

0 comments on commit eeadf56

Please sign in to comment.