We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c1fe92 + b33bc30 commit c116e66Copy full SHA for c116e66
src/Umbraco.AuthorizedServices/Constants.cs
@@ -74,7 +74,7 @@ public static class TableNames
74
public const string OAuth1Token = "umbracoAuthorizedServiceOAuth1Token";
75
}
76
77
- public const int TokenFieldSize = 5000;
+ public const int TokenFieldSize = 4000;
78
79
public static class Migrations
80
{
0 commit comments