mozilla / id.webmaker.org

OAuth 2.0 identity provider for Webmaker
https://id.webmaker.org
Mozilla Public License 2.0
18 stars 51 forks source link

Disables submit button on sign up / sign in forms. #435

Closed flukeout closed 7 years ago

flukeout commented 7 years ago

Disables the sign up and log in buttons after they are clicked, re-enables when appropriate. This change is to prevent people from potentially spamming the server with requests while waiting for a response.

Fixes https://github.com/mozilla/thimble.mozilla.org/issues/2068

cc @Pomax

Pomax commented 7 years ago

This looks good to me