mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
check bugs
This commit is contained in:
12
OpenAuth.App/Response/FlowVerificationResp.cs
Normal file
12
OpenAuth.App/Response/FlowVerificationResp.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using OpenAuth.Repository.Domain;
|
||||
|
||||
namespace OpenAuth.App.Response
|
||||
{
|
||||
public class FlowVerificationResp :FlowInstance
|
||||
{
|
||||
public string FrmDataHtml
|
||||
{
|
||||
get { return FormUtil.Preview(FrmContentData, FrmContentParse, FrmData); }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user