Allow verification with PIN rather than SMS when restoring from backup.

This commit is contained in:
Nicholas Tinsley
2023-06-16 16:31:38 -04:00
parent 25860867bb
commit 62d5f61a0b

View File

@@ -40,8 +40,9 @@ public final class KbsValues extends SignalStoreValues {
}
@Override
@NonNull List<String> getKeysToIncludeInBackup() {
return Collections.emptyList();
@NonNull
List<String> getKeysToIncludeInBackup() {
return List.of(KBS_AUTH_TOKENS);
}
/**