fix: PIN copy revert timeout changed to 5 seconds
This commit is contained in:
@@ -198,7 +198,7 @@ class SupportPinHelper
|
||||
navigator.clipboard.writeText(pin).then(function() {
|
||||
if (textEl) {
|
||||
textEl.textContent = 'Copied!';
|
||||
setTimeout(function() { textEl.textContent = pin; }, 30000);
|
||||
setTimeout(function() { textEl.textContent = pin; }, 5000);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user