From 75f9dc98499adfc399069bcec39108ec3ecb1ce4 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 7 Sep 2019 08:31:32 -0400 Subject: [PATCH] [U] Remove testing error text --- src/components/login/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/login/login.ts b/src/components/login/login.ts index 12a244f..d9bda7f 100644 --- a/src/components/login/login.ts +++ b/src/components/login/login.ts @@ -13,7 +13,7 @@ export default class Login extends Vue public password: any = ''; public loading: boolean = false; - public error: String = 'asdf'; + public error: String = ''; /** * On click, sends username and password to the server.