When using web sign in with useWebPopup set to false, the identity was not getting saved because the app only gets the response after the redirect from the auth provider.
This PR saves the identity after processStartup so the identity is stored after a redirect with a valid authentication response.
When using web sign in with
useWebPopup
set tofalse
, the identity was not getting saved because the app only gets the response after the redirect from the auth provider.This PR saves the identity after
processStartup
so the identity is stored after a redirect with a valid authentication response.