remove tt template

This commit is contained in:
yubaolee
2016-08-16 11:15:44 +08:00
parent 53798eddc3
commit 9019e30f75
5 changed files with 1 additions and 453 deletions

View File

@@ -154,7 +154,7 @@ namespace OpenAuth.App.SSO
try
{
var value = _helper.Post(requestUri);
var value = _helper.Post(null, requestUri);
return true;
}