File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default buildConfig({
18
18
baseDir : path . resolve ( dirname ) ,
19
19
} ,
20
20
components : {
21
- afterLogin : [ ". /components/OAuthLoginButton#OAuthLoginButton" ] ,
21
+ afterLogin : [ "app /components/OAuthLoginButton#OAuthLoginButton" ] ,
22
22
} ,
23
23
user : Users . slug ,
24
24
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " payload-oauth2" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"type" : " module" ,
5
5
"homepage:" : " https://payloadcms.com" ,
6
6
"repository" : " https://github.com/WilsonLe/payload-oauth2" ,
Original file line number Diff line number Diff line change 12
12
"declaration" : true ,
13
13
"declarationDir" : " ./dist" ,
14
14
"skipLibCheck" : true ,
15
- "strict" : true
15
+ "strict" : true ,
16
+ "baseUrl" : " src"
16
17
},
17
- "include" : [" src/**/*" , " dev/src/mocks " ]
18
+ "include" : [" src/**/*" ]
18
19
}
You can’t perform that action at this time.
0 commit comments