From 464a0298f7117c90a429daedd42510ba99cc5ea0 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 14 Apr 2018 19:33:44 +0200 Subject: [PATCH] a max len --- Yavsc.Server/Models/Identity/ApplicationUser.cs | 1 + 1 file changed, 1 insertion(+) 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() {