fix: lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-12-12 14:56:41 +01:00
parent 925e4a5b03
commit c0b8d08239
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 3 deletions

View File

@ -46,14 +46,11 @@
<script setup>
import {ref, reactive} from 'vue'
import {useI18n} from 'vue-i18n'
import PasswordResetModel from '@/models/passwordReset'
import PasswordResetService from '@/services/passwordReset'
import Message from '@/components/misc/message'
const {t} = useI18n()
// Not sure if this instance needs a shalloRef at all
const passwordResetService = reactive(new PasswordResetService())
const passwordReset = ref(new PasswordResetModel())