helloworld1 / FreeOTPPlus

Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator
Apache License 2.0
654 stars 75 forks source link

Added EpicGames does not show icons #270

Closed MageDelfador closed 5 months ago

MageDelfador commented 5 months ago

The URI is as follows

otpauth://totp/Epic%20Games:123456789@Epic%20Games?secret=KZLFKVCIJJLDISKVJFFVUWSEJFFEOU2CJ5MEYSK2GRCU2UC2JFEA&issuer=Epic+Games&algorithm=SHA1&digits=6&period=30
helloworld1 commented 5 months ago

I think it is because it there is a "+" between "Epic" and "Game" in the issuer. The code only matches the exact "EpicGame" as issuer. This token works

otpauth://totp/Epic%20Games:123456789@Epic%20Games?secret=KZLFKVCIJJLDISKVJFFVUWSEJFFEOU2CJ5MEYSK2GRCU2UC2JFEA&issuer=EpicGames&algorithm=SHA1&digits=6&period=30
helloworld1 commented 5 months ago

You can edit the issuer of the token and remove the space.