Fixed issue on save load auth node error
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Ankitkumar Satapara
2026-04-21 00:21:47 +05:30
parent 99b8e2c24d
commit ec122449d7
2 changed files with 29 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ namespace Nodify.Calculator.Models
public string SystemOp { get; set; } = string.Empty;
public string ClassName { get; set; } = string.Empty;
// Auth node properties
public string AuthBaseUrl { get; set; } = string.Empty;
public string AuthType { get; set; } = string.Empty;
// Take node properties
public int NthIndex { get; set; }
public bool IsRandom { get; set; }