mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-08 21:44:32 +02:00
Add clearSearchOnCopy user preference - Resolves #300
This commit is contained in:
@ -231,6 +231,10 @@
|
||||
clearOTP()
|
||||
}
|
||||
|
||||
if(user.preferences.clearSearchOnCopy) {
|
||||
emit("please-clear-search");
|
||||
}
|
||||
|
||||
notify.success({ text: trans('commons.copied_to_clipboard') })
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user