Fix room login screen

This commit is contained in:
PacoX
2026-06-24 14:38:35 +02:00
parent ef6c1e0898
commit 3541b1bbac
2 changed files with 10 additions and 2 deletions
+4 -1
View File
@@ -405,7 +405,10 @@ class _RoomLoginDialogState extends State<RoomLoginDialog> {
),
const SizedBox(height: 4),
Text(
repeater.pathLabel(context.l10n),
repeater.pathLabel(
context.l10n,
pathHashByteWidth: connector.pathHashByteWidth,
),
style: TextStyle(
fontSize: 11,
color: scheme.onSurfaceVariant,