mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 07:48:37 +02:00
Remove unnecessary Username from footer
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user