Skip to content

[Request] Allow copying all 2FA recovery codes to clipboard #4873

@PythonCoderAS

Description

@PythonCoderAS

Currently, just selecting the codes and copying results in a lot of whitespace being added. There should be a button that copies one per line with no extra whitespace.

PSA: If you want something to currently output the codes in a form that is easy to copy-paste, run this in the console:

console.log(document.querySelector("pre").innerText.trim().replaceAll(/\s{2,}/g, "\n"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions