Craig

Results 1 issues of Craig

### Issue and Steps to Reproduce Create a starter NextJs app (choose "no" to App router, "yes" to`src/`): ``` npx create-next-app ``` Modify `src/pages/index.tsx` to: ``` import { OidcSecure, useOidcUser...