Preset: Only save session data (credentials etc) to localStorage when the those data is defined by the Preset. This is so we don't accidentally save user secrets into localStorage
This commit is contained in:
@@ -366,7 +366,7 @@ export default {
|
||||
self.connector.historyRec,
|
||||
preset.preset,
|
||||
null,
|
||||
true,
|
||||
[],
|
||||
() => {}
|
||||
),
|
||||
};
|
||||
@@ -411,7 +411,7 @@ export default {
|
||||
self.connector.historyRec,
|
||||
known.data,
|
||||
known.session,
|
||||
known.keepSession,
|
||||
known.keptSessions,
|
||||
() => {
|
||||
self.connector.knowns = self.connector.historyRec.all();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user