mirror of https://github.com/keeweb/keeweb
fixed a js error
parent
ef812c5697
commit
2ec37c3ece
|
@ -491,6 +491,9 @@ class DetailsView extends View {
|
|||
}
|
||||
|
||||
copyPasswordFromShortcut(e) {
|
||||
if (!this.model) {
|
||||
return;
|
||||
}
|
||||
if (this.model.external) {
|
||||
this.copyOtp();
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue