frontend lint

This commit is contained in:
Ulf Gebhardt 2021-11-24 02:11:56 +01:00
parent 80a1e3a3b0
commit 6e7e4c374a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -48,7 +48,6 @@
</template>
<script>
import InputPasswordConfirmation from '../../components/Inputs/InputPasswordConfirmation'
import { loginViaEmailVerificationCode } from '../../graphql/queries'
import { setPassword } from '../../graphql/mutations'
export default {
@ -89,7 +88,7 @@ export default {
},
async authenticate() {
// TODO validate somehow if present and looks good?
const optin = this.$route.params.optin
// const optin = this.$route.params.optin
},
},
mounted() {