Skip to content

Incorrect Message if User is Not Authed and Has Empty QR List #74

@shannona

Description

@shannona

If the user is not authed and there's nothing in their QR list, they see the "Paste or Scan" message, rather than the "Tap to Authenticate".

It's these lines that are the problem:

                if let encryptedData = encryptedData, !encryptedData.isEmpty {
                    emptyCell.textLabel?.text = "Authenticate to access your data."
                } else {

The "if" doesn't quite test for authentication

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions