mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 10:19:40 +00:00
ramp down "Forgot password" disable down to 5 seconds.
This commit is contained in:
parent
50b75084bd
commit
3faa220dbc
@ -46,7 +46,7 @@ export default DiscourseController.extend(ModalFunctionality, {
|
||||
}).then(success, fail).finally(function(){
|
||||
setTimeout(function(){
|
||||
self.set('disabled',false);
|
||||
}, 10*1000);
|
||||
}, 5*1000);
|
||||
});
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user