summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/components/main/layouts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/layouts.js b/client/components/main/layouts.js
index be1402e9..f51b03c3 100644
--- a/client/components/main/layouts.js
+++ b/client/components/main/layouts.js
@@ -121,7 +121,7 @@ Template.defaultLayout.events({
});
async function authentication(event, templateInstance) {
- const match = $('#at-field-username_and_email').val();
+ const match = $('#at-field-username').val();
const password = $('#at-field-password').val();
if (!match || !password) return undefined;