[U] Remove testing error text

This commit is contained in:
Hykilpikonna
2019-09-07 08:31:32 -04:00
parent 805ffaa50e
commit 75f9dc9849
+1 -1
View File
@@ -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.