goaaats / xl-authenticator

Android/iOS OTP authenticator app for XIVLauncher built in Flutter
GNU General Public License v3.0
38 stars 12 forks source link

Authenticator Generates Invalid 2FA Code #14

Closed iRhuel closed 2 years ago

iRhuel commented 2 years ago

With the last game patch, the authenticator generates (mostly) invalid codes; Sometimes they're valid, but mostly they're not, and it's a race to obtain a valid one before being locked out of authenticating due to too many failed attempts. Both LAN transmission and and manual entry of codes is rejected by FFXIV's auth service as an invalid password.

reiichi001 commented 2 years ago

Hello! This usually means your phone's time is off-sync. Once that's resolved, you should see it properly align with what SE expects.

iRhuel commented 2 years ago

Hello! This usually means your phone's time is off-sync. Once that's resolved, you should see it properly align with what SE expects.

This was the solution, Thanks!