mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 10:08:04 +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