Forum Discussion

Former Member's avatar
Former Member
5 years ago

OTP Redundant Copy

Is it possible to remove the Redundant "Copy" pop-up that comes up for OTP passwords? Like I only ever want to copy OTP passwords - nothing else. Most ideal behavior would be that just tapping it once would copy the OTP.

3 Replies

  • Former Member's avatar
    Former Member

    Thank you for the suggestion @ShankRedemption! I will be happy to pass it to the team :+1:

  • Former Member's avatar
    Former Member

    I know the Google Authenticator app is able to copy on tap and it might do something similar:

    In Swift 5 (assuming 1Password is using Swift), you can do:

    UIPasteboard.general.string = "string"

  • Former Member's avatar
    Former Member

    Hi @ShankRedemption!

    I am not aware of a way to do this unfortunately, since the Copy button comes from iOS, not from 1Password :(