Allowing Connectors to save SessionInfo (which includes login secrets) to persistent storage when user is connecting via a Remote Preset

This commit is contained in:
NI
2020-11-15 21:31:10 +08:00
parent a2d9419989
commit 93108d2aae
5 changed files with 125 additions and 23 deletions

View File

@@ -344,6 +344,7 @@ export default {
self.connector.historyRec,
presets.emptyPreset(),
null,
false,
() => {}
),
};
@@ -365,6 +366,7 @@ export default {
self.connector.historyRec,
preset.preset,
null,
true,
() => {}
),
};
@@ -409,6 +411,7 @@ export default {
self.connector.historyRec,
known.data,
known.session,
known.keepSession,
() => {
self.connector.knowns = self.connector.historyRec.all();
}