AdguardTeam / AdguardForiOS

The most advanced ad blocker for iOS
https://adguard.com/
GNU General Public License v3.0
1.46k stars 203 forks source link

Autofill two-factor authentication code when logging in with Apple Account #2349

Closed ghost closed 3 months ago

ghost commented 4 months ago

Issue Details

When logging in with an Apple account, autofill does not work for two-factor authentication on auth.adguard.com.

IMG_0108 IMG_0107

Proposed solution

Add two-factor authentication autofill on auth.adguard.com.

Alternative solution

No response

bigplayer-ai commented 3 months ago

It’s missing the auto complete tag in html

otpInput.setAttribute('autocomplete', 'one-time-code');

ESurina commented 3 months ago

Unfortunately, we cannot add such a feature for technical reasons.