oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

Property 'currentUser' has no initializer and is not definitely assigned in the constructor.

Open wveinti-vtl opened this issue 3 years ago • 1 comments

If somebody knows a solutions to this problem please help! I tried using the exactly same packages as the example but nothing.

it breaks on this line currentUser: User;

on the app.component.ts

wveinti-vtl avatar Jul 14 '22 09:07 wveinti-vtl

This library does not contain currentUser: User;. You will need to provide much more context. First verify where the error occurs (in which code, yours, a library, which...)

pamapa avatar Jul 14 '22 13:07 pamapa