mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
remove tt template
This commit is contained in:
@@ -154,7 +154,7 @@ namespace OpenAuth.App.SSO
|
||||
|
||||
try
|
||||
{
|
||||
var value = _helper.Post(requestUri);
|
||||
var value = _helper.Post(null, requestUri);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user