Skip to content

Commit

Permalink
- add line to copy the password to the clipboard (accidentally left o…
Browse files Browse the repository at this point in the history
…ut from previous commit)
  • Loading branch information
felix-schwarz committed Feb 22, 2024
1 parent 970fe24 commit 98de65c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ class PasswordComposerViewController: UIViewController {
}

func copyToClipboard() {
UIPasteboard.general.string = password
}

func viewControllerForPresentation() -> ThemeNavigationController {
Expand Down

0 comments on commit 98de65c

Please sign in to comment.