mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 07:48:37 +02:00
Convert Info notification to Success & Add an Info notification
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
|
||||
function copyToClipboard(data) {
|
||||
copy(data)
|
||||
notify.info({ text: trans('commons.copied_to_clipboard') })
|
||||
notify.success({ text: trans('commons.copied_to_clipboard') })
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user