diff --git a/Yavsc.Server/Models/Identity/ApplicationUser.cs b/Yavsc.Server/Models/Identity/ApplicationUser.cs index 773c5a4a..93b8f342 100644 --- a/Yavsc.Server/Models/Identity/ApplicationUser.cs +++ b/Yavsc.Server/Models/Identity/ApplicationUser.cs @@ -83,6 +83,7 @@ namespace Yavsc.Models /// User's Google calendar /// /// + [MaxLength(512)] public string DedicatedGoogleCalendar { get; set; } public override string ToString() {