In Android login documentation AndroidManifest.xml
shows activity as:
android:name="com.auth0.android.lock.provider.WebViewActivity"
I think it should be:
android:name="com.auth0.android.provider.WebAuthActivity"
In Android login documentation AndroidManifest.xml
shows activity as:
android:name="com.auth0.android.lock.provider.WebViewActivity"
I think it should be:
android:name="com.auth0.android.provider.WebAuthActivity"
I searched the documentation for the reference to the WebViewActivity
and could not found anything; either this was already changed or I missed it. When pointing to possible issues in the documentation do include a direct link to the offending page.