auth0-samples/auth0-pnp-exampleco-timesheets

timesheets-spa application fails to compile

Closed this issue · 2 comments

Here is the error message I get when running npm start command in the angular folder

                                                                                                                        
ERROR in H:/work/aurelia-auth0/auth0-pnp-abc-timesheets/timesheets spa/angular/src/app/auth/auth.service.ts (102,32): Property 'silentCallbackURL' does not exist on type 'AuthConfig'.                                                         

Clearly the file auth0-variables.ts.example is missing this definition (silentCallbackURL).

Thank you for reporting this @adriatic . It is now fixed

Genuinely my pleasure. I will continue combing this while sample code and the related article, as I find it really well made.