Skip to main content
July 30, 2021
Question

OTP Redundant Copy

  • July 30, 2021
  • 3 replies
  • 97 views

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

July 30, 2021

Hi @ShankRedemption!

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

August 6, 2021

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"

August 9, 2021

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