mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 07:48:37 +02:00
Add Test button to preview OTP before account storage
This commit is contained in:
@ -221,13 +221,7 @@
|
||||
},
|
||||
|
||||
showAccount(id) {
|
||||
if( id ) {
|
||||
this.$refs.TwofaccountShow.getAccount(id)
|
||||
}
|
||||
else {
|
||||
let err = new Error("Id missing")
|
||||
this.$router.push({ name: 'genericError', params: { err: err } });
|
||||
}
|
||||
this.$refs.TwofaccountShow.showAccount(id)
|
||||
},
|
||||
|
||||
deleteAccount: function (id) {
|
||||
|
Reference in New Issue
Block a user