File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default buildConfig({
1818 baseDir : path . resolve ( dirname ) ,
1919 } ,
2020 components : {
21- afterLogin : [ ". /components/OAuthLoginButton#OAuthLoginButton" ] ,
21+ afterLogin : [ "app /components/OAuthLoginButton#OAuthLoginButton" ] ,
2222 } ,
2323 user : Users . slug ,
2424 } ,
Original file line number Diff line number Diff line change 11{
22 "name" : " payload-oauth2" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "type" : " module" ,
55 "homepage:" : " https://payloadcms.com" ,
66 "repository" : " https://github.com/WilsonLe/payload-oauth2" ,
Original file line number Diff line number Diff line change 1212 "declaration" : true ,
1313 "declarationDir" : " ./dist" ,
1414 "skipLibCheck" : true ,
15- "strict" : true
15+ "strict" : true ,
16+ "baseUrl" : " src"
1617 },
17- "include" : [" src/**/*" , " dev/src/mocks " ]
18+ "include" : [" src/**/*" ]
1819}
You can’t perform that action at this time.
0 commit comments