always include .js for stores
This commit is contained in:
parent
18d8ea6b63
commit
d028a86013
52 changed files with 59 additions and 59 deletions
|
|
@ -5,7 +5,7 @@ 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'
|
||||
import { useAuthFlowStore } from 'src/stores/auth_flow.js'
|
||||
|
||||
const AuthForm = {
|
||||
name: 'AuthForm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue