diff --git a/app/controllers/login.js b/app/controllers/login.js index 31558399e..fa28c31b2 100644 --- a/app/controllers/login.js +++ b/app/controllers/login.js @@ -14,9 +14,7 @@ export default class LoginController extends Controller { @tracked twoFactorRequired; @action - async authenticate(e) { - e.preventDefault(); - + async authenticate() { const headers = {}; if (this.twoFactorRequired) { headers['X-Amber-OTP'] = this.verificationCode; diff --git a/app/templates/debit/collections/collection/edit.hbs b/app/templates/debit/collections/collection/edit.hbs index 927b79b51..8d3315a46 100644 --- a/app/templates/debit/collections/collection/edit.hbs +++ b/app/templates/debit/collections/collection/edit.hbs @@ -3,7 +3,7 @@