Fix login screen

This commit is contained in:
PacoX
2026-06-24 14:24:12 +02:00
parent 445a18a83f
commit ef6c1e0898
+4 -1
View File
@@ -469,7 +469,10 @@ class _RepeaterLoginDialogState extends State<RepeaterLoginDialog> {
), ),
const SizedBox(height: 4), const SizedBox(height: 4),
Text( Text(
repeater.pathLabel(context.l10n), repeater.pathLabel(
context.l10n,
pathHashByteWidth: connector.pathHashByteWidth,
),
style: TextStyle( style: TextStyle(
fontSize: 11, fontSize: 11,
color: scheme.onSurfaceVariant, color: scheme.onSurfaceVariant,