refactor(front): cleanup unused lines
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -101,8 +101,6 @@
|
|||||||
id="email"
|
id="email"
|
||||||
type="email"
|
type="email"
|
||||||
v-model="credentials.email"
|
v-model="credentials.email"
|
||||||
@blur="showGravatar = true"
|
|
||||||
@focus="showGravatar = false"
|
|
||||||
expanded
|
expanded
|
||||||
/>
|
/>
|
||||||
</o-field>
|
</o-field>
|
||||||
@@ -230,8 +228,6 @@ const { result: configResult } = useQuery<{ config: IConfig }>(CONFIG);
|
|||||||
|
|
||||||
const config = computed(() => configResult.value?.config);
|
const config = computed(() => configResult.value?.config);
|
||||||
|
|
||||||
const showGravatar = ref(false);
|
|
||||||
|
|
||||||
const credentials = reactive<credentialsType>({
|
const credentials = reactive<credentialsType>({
|
||||||
email: typeof route.query.email === "string" ? route.query.email : "",
|
email: typeof route.query.email === "string" ? route.query.email : "",
|
||||||
password:
|
password:
|
||||||
|
|||||||
Reference in New Issue
Block a user