Skip to content

Commit

Permalink
chore: cleanup nuxt auth utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jun 28, 2024
1 parent 881a23d commit 04d386a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .config/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ export default defineNuxtConfig({
name: "nuxt-session",
password: ""
},
oauth: {
google: {
clientId: "",
clientSecret: ""
}
},
mail: {
from: "",
fromName: "",
Expand Down
7 changes: 0 additions & 7 deletions app/plugins/session.server.ts

This file was deleted.

0 comments on commit 04d386a

Please sign in to comment.