Assume a use case where I've multiple accounts saved or at least 1 in the worst case.
Now I want to add an account. Say, LinkedIn.
I would like a feature of autofill, where email (even username if needed) to be autofilled from DB entries. The email must be the most frequently used.
And for password, it can be picked up same as email but instead of autofill, I can get a dropdown of passwords I used and there's a high chance I'm using the same password.
So this way I can easily click on the suggestions and proceed to save
Assume a use case where I've multiple accounts saved or at least 1 in the worst case.
Now I want to add an account. Say, LinkedIn.
I would like a feature of autofill, where email (even username if needed) to be autofilled from DB entries. The email must be the most frequently used.
And for password, it can be picked up same as email but instead of autofill, I can get a dropdown of passwords I used and there's a high chance I'm using the same password.
So this way I can easily click on the suggestions and proceed to save