Managing Accounts: clarify bare Base32 secret handling, note future auto-wrap
The raw secret from a service (e.g. GitHub's setup key) is already Base32 -
no conversion needed, just drop it into a minimal otpauth:// URI. Also
notes issue #83 (accept a bare secret directly, no manual URI wrapping)
as a tracked future improvement.