This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Description
Describe the bug
1.10.0 added back OTP (TOTP) entries. I have existing OTP entries (just moved over from iOS where they were working fine with mssun/passforios) but when I look at the entry in APS, I just see Password: otpauth://totp/[...].
To Reproduce
Steps to reproduce the behavior:
- Open an OTP entry
- See the standard password view instead of an OTP code
Expected behavior
A clear and concise description of what you expected to happen.
Device information (please complete the following information):
- Device: Samsung Galaxy S20
- OS: Stock ROM, Android 10
- App version 1.10.0
Additional context
Does the entry need to be labeled specially? I saw in the code it just looks for startsWith("otpauth://totp/") so I don't think there is anything else I need to do.