Skip to content

Commit

Permalink
Merge pull request #33 from newky2k/development
Browse files Browse the repository at this point in the history
Updated no to set the Success onConstruction
  • Loading branch information
newky2k authored Dec 23, 2021
2 parents 932dba6 + 0b3c163 commit d42e9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public partial class SecureResponse : ISecureResponse<SecurePayload>

partial void OnConstruction()
{
Success = true;
//Success = true;

Payload = new SecurePayload()
{
Expand Down

0 comments on commit d42e9c7

Please sign in to comment.