We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caec4c commit dc0bf52Copy full SHA for dc0bf52
adminforth/spa/src/views/LoginView.vue
@@ -141,8 +141,8 @@ import { useI18n } from 'vue-i18n';
141
142
const { t } = useI18n();
143
144
-const passwordInput = ref(null)
145
-const usernameInput = ref(null)
+const passwordInput = ref(null);
+const usernameInput = ref(null);
146
const rememberMeValue= ref(false);
147
const username = ref('');
148
const password = ref('');
0 commit comments