Issuer field not configured

Created on 2 October 2023, 12 months ago

Problem/Motivation

I scan the qrcode, the app return "... not configured the issuer field"

The qrcode value is: otpauth://totp/ISSUER-account?secret=ABCDEFGH&issuer=ISSUER

But the format described here seems to indicate that the separator between the issuer and the account name should be a colon character.

So it should be: otpauth://totp/ISSUER:account?secret=ABCDEFGH&issuer=ISSUER

πŸ› Bug report
Status

Needs work

Version

1.2

Component

Code

Created by

πŸ‡«πŸ‡·France slayne40

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @slayne40
  • First commit to issue fork.
  • Status changed to Needs work 12 months ago
  • πŸ‡ΊπŸ‡ΈUnited States cmlara

    The portion being modified in the patch is intended to be part of the account field not the issuer, the issuer is set in a different portion of the code, Please see getQrCodeUri().

    The link provided notes both is optional, and that issuer as a prefix was an older method.

    if the above patch fixes the issue for you this sounds like it could actually be a fault in the client or that the issuer field is configured as an empty string which I’m not sure is actually an issue either.

    (Ignore the issue fork it was a Mis-click while scrolling)

Production build 0.71.5 2024