[O] Optimize field types

This commit is contained in:
Hykilpikonna
2019-11-10 17:14:33 -05:00
parent 38629a9e34
commit 82ad8f026b
+3 -3
View File
@@ -11,11 +11,11 @@ import VersionUtils from '@/logic/utils/version-utils';
})
export default class Login extends Vue
{
public username: any = '';
public password: any = '';
public username: string = '';
public password: string = '';
public loading: boolean = false;
public error: String = '';
public error: string = '';
/**
* This is called when the instance is created.