After the first login for authorizing the user to create an application password, the app prompts the user to re-enter their previous credentials in the wp-admin webview. This is a repetitive task, as the user is required to re-enter information that they have already provided. To enhance user experience, it would be beneficial if these fields were auto-completed with the information previously entered in the native view.
Steps to Reproduce
Open the app.
Log in for the first time to authorize the creation of an application password.
When prompted in the wp-admin webview, re-enter the credentials that were already provided in the native view.
Expected Behavior
The fields in the wp-admin webview should be auto-completed with the credentials that the user has already entered in the native view.
Actual Behavior
The user is required to manually re-enter their credentials in the wp-admin webview, even though this information has been entered previously.
Possible Solution
Implement auto-completion for the credentials fields in the wp-admin webview using the information that was provided in the native view.
Additional Context
This improvement would streamline the login process and reduce the redundancy of entering the same information multiple times, thereby improving the overall user experience.
Description
After the first login for authorizing the user to create an application password, the app prompts the user to re-enter their previous credentials in the wp-admin webview. This is a repetitive task, as the user is required to re-enter information that they have already provided. To enhance user experience, it would be beneficial if these fields were auto-completed with the information previously entered in the native view.
Steps to Reproduce
Expected Behavior
The fields in the wp-admin webview should be auto-completed with the credentials that the user has already entered in the native view.
Actual Behavior
The user is required to manually re-enter their credentials in the wp-admin webview, even though this information has been entered previously.
Possible Solution
Implement auto-completion for the credentials fields in the wp-admin webview using the information that was provided in the native view.
Additional Context
This improvement would streamline the login process and reduce the redundancy of entering the same information multiple times, thereby improving the overall user experience.