better lint

This commit is contained in:
Henry Jameson 2026-01-29 20:40:00 +02:00
commit 18d8ea6b63
123 changed files with 362 additions and 205 deletions

View file

@ -1,11 +1,12 @@
import { mapState } from 'pinia'
import { h, resolveComponent } from 'vue'
import { useAuthFlowStore } from 'src/stores/auth_flow'
import LoginForm from '../login_form/login_form.vue'
import MFARecoveryForm from '../mfa_form/recovery_form.vue'
import MFATOTPForm from '../mfa_form/totp_form.vue'
import { useAuthFlowStore } from 'src/stores/auth_flow'
const AuthForm = {
name: 'AuthForm',
render() {