refactor(front): cleanup unused lines
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
98230a56bb
commit
3f73b2f856
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue