Skip to content

Commit 341008f

Browse files
committed
Update RenamePasskey.razor
1 parent 9258b3e commit 341008f

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/Components/Account/Pages/Manage

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/Components/Account/Pages/Manage/RenamePasskey.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
private sealed class InputModel
9090
{
9191
[Required]
92-
[MaxLength(200, ErrorMessage = "Passkey names must be no longer than 200 characters.")]
92+
[StringLength(200, ErrorMessage = "Passkey names must be no longer than {1} characters.")]
9393
public string Name { get; set; } = "";
9494
}
9595
}

0 commit comments

Comments
 (0)