diff --git a/services/web/public/src/directives/asyncForm.js b/services/web/public/src/directives/asyncForm.js index 29779be2b8..e017abc0c0 100644 --- a/services/web/public/src/directives/asyncForm.js +++ b/services/web/public/src/directives/asyncForm.js @@ -115,6 +115,12 @@ define(['base', 'libs/passfield'], function(App) { 'Session error. Please check you have cookies enabled. If the problem persists, try clearing your cache and cookies.', type: 'error' } + } else if (status === 429) { + response.message = { + text: + 'Too many attempts. Please wait for a while and try again.', + type: 'error' + } } else { response.message = { text: @@ -146,8 +152,8 @@ define(['base', 'libs/passfield'], function(App) { restrict: 'E', template: `\
\