refactor(front): cleanup unused lines

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2024-02-09 15:24:53 +01:00
parent 98230a56bb
commit 3f73b2f856
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 0 additions and 4 deletions

View File

@ -101,8 +101,6 @@
id="email"
type="email"
v-model="credentials.email"
@blur="showGravatar = true"
@focus="showGravatar = false"
expanded
/>
</o-field>
@ -230,8 +228,6 @@ const { result: configResult } = useQuery<{ config: IConfig }>(CONFIG);
const config = computed(() => configResult.value?.config);
const showGravatar = ref(false);
const credentials = reactive<credentialsType>({
email: typeof route.query.email === "string" ? route.query.email : "",
password: