Remove unnecessary Username from footer

This commit is contained in:
Bubka
2020-02-13 17:19:55 +01:00
parent 1d2413f85c
commit 362fdbf950
3 changed files with 1 additions and 10 deletions

View File

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