Skip to content

Commit 7e5a690

Browse files
committed
fix(qrcode): Enable one-time QR codes by default for 34
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 5a1c233 commit 7e5a690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/ConfigLexicon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getStrictness(): Strictness {
3535

3636
public function getAppConfigs(): array {
3737
return [
38-
new Entry(key: self::LOGIN_QRCODE_ONETIME, type: ValueType::BOOL, defaultRaw: false, definition: 'Use onetime QR codes for app passwords', note: 'Limits compatibility for mobile apps to versions released in 2026 or later'),
38+
new Entry(key: self::LOGIN_QRCODE_ONETIME, type: ValueType::BOOL, defaultRaw: true, definition: 'Use onetime QR codes for app passwords', note: 'Limits compatibility for mobile apps to versions released in 2026 or later'),
3939
];
4040
}
4141

0 commit comments

Comments
 (0)