Describe the bug
The OTP is not generated for NextCloud 2FA, scheme is key=BON4U3IICAQTPIXN
To Reproduce
key= + the above key Expected behavior
The OTP field recognized and available for copying.
* Keepass Database *
KeePassDX (please complete the following information):
Android (please complete the following information):
Additional context
N/A
NextCloud settings

This is most likely provided by this extension
https://apps.nextcloud.com/apps/twofactor_totp
The same with the Microsoft 2FA.
key=ADQPACX5IKF62NR7&size=6&step=30
Thank you for the feedback. ~indeed, I did not know that this format existed. The problem will be to redo a parser for this format and define the default values~
~Recognized format looks like: otpauth://totp/xxxxx:Username?secret=xxxxxx&period=30&digits=6&issuer=xxxx~
~Identical labels must also be linked. Do you have a documentation that describes this format precisely?~ I had already coded part of this style of keys, but I no longer remembered that it existed ... I will update it and retest it for the next version.
It was only a bad parenthesis in a regular expression! :/ Sorry for that
Cool! That's good to hear. Will try out with the next build. Thanks!
Thank you, I can confirm that it works now.
Most helpful comment
Thank you, I can confirm that it works now.