File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ export default defineNuxtConfig({
77 auth: {
88 provider: {
99 type: ' local' ,
10- sessionDataType: {
11- id: ' string | number' ,
12- firstName: ' string' ,
13- lastName: ' string'
14- }
10+ session: {
11+ dataType: {
12+ id: ' string | number' ,
13+ firstName: ' string' ,
14+ lastName: ' string' ,
15+ },
16+ },
1517 }
1618 }
1719})
@@ -36,11 +38,13 @@ export default defineNuxtConfig({
3638 auth: {
3739 provider: {
3840 type: ' local' ,
39- sessionDataType: {
40- id: ' string | number' ,
41- firstName: ' string' ,
42- lastName: ' string' ,
43- subscriptions: ' { id: number, active: boolean}[]'
41+ session: {
42+ dataType: {
43+ id: ' string | number' ,
44+ firstName: ' string' ,
45+ lastName: ' string' ,
46+ subscriptions: ' { id: number, active: boolean }[]'
47+ },
4448 }
4549 }
4650 }
You can’t perform that action at this time.
0 commit comments