FireCubeStudios / Protecc

It protecc
https://apps.microsoft.com/store/detail/protecc-2fa-client/9PJX91M06TZS
MIT License
351 stars 42 forks source link

OTP code grouping could be displayed like in most apps. #35

Open ezxpro opened 1 year ago

ezxpro commented 1 year ago

Most apps (actually all that I remember using) cluster the OTP code in groups of 3 for 6 digit codes and groups of 4 in 8 digit codes.

I think it would be cool if Protecc used that scheme too, it looks odd to have clusters of two.

I tried to modify that myself, but xaml is something I know nothing about.

FireCubeStudios commented 1 year ago

Will use this scheme due to high demand

FireCubeStudios commented 1 year ago

Hi @migueol you can try doing this issue. It is very simple where the only change is codes should be displayed in 000 000 format instead of 00 00 00. (3 x 2 vs 2 x 3). It would be great if a setting for switching between the two can be added but that adds complexity and is not needed