diff --git a/passbook/flows/templates/flows/shell.html b/passbook/flows/templates/flows/shell.html index 20422c157..2ec813f3f 100644 --- a/passbook/flows/templates/flows/shell.html +++ b/passbook/flows/templates/flows/shell.html @@ -137,6 +137,7 @@ const setFormSubmitHandlers = () => { form.addEventListener('submit', (e) => { e.preventDefault(); let formData = new FormData(form); + showSpinner(); fetch(flowBodyUrl, { method: 'post', body: formData,