KeeganDC

Results 4 comments of KeeganDC

Did anyone manage to import the library folder as an external module successfully? I have the same issues as OP

found a potential workaround using `customParameters` though I'm not sure if this covers everything `loginHint` is used for ``` Config( ... loginHint: email, customParameters: { // workaround for loginHint not...

The workaround above works for prepopulating the email field but it doesn't work for the new refresh token method from v1.0.0 on Web `msalv2.js:79 Unable to silently acquire a new...

I haven't tested it but i assume #292 is the fix for this