mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-11 07:26:41 +02:00
Fix missing form var
This commit is contained in:
parent
f6c7322688
commit
54d92d4f60
@ -65,6 +65,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import Form from './../components/Form'
|
||||
|
||||
export default {
|
||||
name: 'Start',
|
||||
@ -72,6 +73,7 @@
|
||||
data(){
|
||||
return {
|
||||
accountCount: null,
|
||||
form: new Form(),
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user