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

Code update timer & animation sometimes get out of sync #4

Open goaaats opened 3 years ago

goaaats commented 3 years ago

The timer that takes care of updating sometimes gets out of sync, causing outdated codes to be displayed. SE does not accept +/-1 codes like other TOTP services, so we need to make sure that it is always accurate.

That entire portion of code is somewhat messy and rushed so it could definitely go with a rewrite.