Skip to content

Commit 999b0df

Browse files
committed
disable uploading of saved password
1 parent c209621 commit 999b0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/models/ab_model.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ class LegacyAb extends BaseAb {
11681168

11691169
Map<String, dynamic> _serialize() {
11701170
final peersJsonData =
1171-
peers.map((e) => e.toCustomJson(includingHash: true)).toList();
1171+
peers.map((e) => e.toCustomJson(includingHash: false)).toList();
11721172
for (var e in tags) {
11731173
if (tagColors[e] == null) {
11741174
tagColors[e] = str2color2(e, existing: tagColors.values.toList()).value;

0 commit comments

Comments
 (0)