From 7550a99166f864ed155b9d6094747174c5b9f7ec Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 2 Dec 2019 13:55:35 -0500 Subject: [PATCH] [O] Fix grammar mistakes --- src/components/login/login.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/login/login.ts b/src/components/login/login.ts index d287e10..6a5e7a8 100644 --- a/src/components/login/login.ts +++ b/src/components/login/login.ts @@ -61,7 +61,7 @@ export default class Login extends Vue } /** - * On click, sends username and password to the server. + * When the user clicks, send the username and password to the server. */ public onLoginClick() { @@ -96,6 +96,7 @@ export default class Login extends Vue }) .catch(err => { + // TODO: Show error properly alert(err); // Allow the user to retry @@ -104,7 +105,7 @@ export default class Login extends Vue } /** - * This is called when the user hits enter in the input boxes. + * This is called when the user hits enter on the input boxes. */ public onEnter() {