Save credential (Password and private key etc) in webpage memory.

This commit is contained in:
NI
2019-08-29 22:47:20 +08:00
parent e414144331
commit c815f73e7a
7 changed files with 108 additions and 30 deletions

View File

@@ -320,6 +320,7 @@ export default {
this.controls,
this.connector.historyRec,
null,
null,
() => {}
)
};
@@ -361,6 +362,7 @@ export default {
this.controls,
this.connector.historyRec,
known.data,
known.session,
() => {}
)
};