diff --git a/website/assets/js/pages/entrance/signup.page.js b/website/assets/js/pages/entrance/signup.page.js index 2c042f46ef36..3416a088f4bd 100644 --- a/website/assets/js/pages/entrance/signup.page.js +++ b/website/assets/js/pages/entrance/signup.page.js @@ -41,9 +41,8 @@ parasails.registerPage('signup', { // ╩╝╚╝ ╩ ╚═╝╩╚═╩ ╩╚═╝ ╩ ╩╚═╝╝╚╝╚═╝ methods: { - clickClearFormFields: async function() { + clickResetForm: async function() { this.cloudError = ''; - this.formData = {}; this.formErrors = {}; this.showFullForm = true; await this.forceRender(); diff --git a/website/views/pages/entrance/signup.ejs b/website/views/pages/entrance/signup.ejs index 7a6841f989d3..15a03dc0ba2f 100644 --- a/website/views/pages/entrance/signup.ejs +++ b/website/views/pages/entrance/signup.ejs @@ -48,7 +48,7 @@

By signing up you agree to our privacy policy and terms of service.

Agree and continue - Reset form and try again + Try again