Update Sender role constant to "EGSender"

Changed the value of the Sender constant in the Role class from "Sender" to "EGSender" to ensure consistency with updated naming conventions.
This commit is contained in:
2026-02-03 14:54:10 +01:00
parent a6be907307
commit 7c88d4ed4b

View File

@@ -18,6 +18,6 @@ namespace EnvelopeGenerator.Domain.Constants
public const string FullyAuth = "FullyAuth";
}
public const string Sender = "Sender";
public const string Sender = "EGSender";
}
}