|
@@ -140,7 +140,6 @@
|
|
selectedAccounts: [],
|
|
selectedAccounts: [],
|
|
ShowTwofaccountInModal : false,
|
|
ShowTwofaccountInModal : false,
|
|
search: '',
|
|
search: '',
|
|
- username : null,
|
|
|
|
editMode: this.InitialEditMode,
|
|
editMode: this.InitialEditMode,
|
|
showQuickForm: false,
|
|
showQuickForm: false,
|
|
form: new Form({
|
|
form: new Form({
|
|
@@ -167,7 +166,6 @@
|
|
|
|
|
|
created() {
|
|
created() {
|
|
|
|
|
|
- this.username = localStorage.getItem('user')
|
|
|
|
this.fetchAccounts()
|
|
this.fetchAccounts()
|
|
|
|
|
|
// stop OTP generation on modal close
|
|
// stop OTP generation on modal close
|