Cleaning up some things

This commit is contained in:
stephb9959
2021-03-31 22:56:44 -07:00
parent 642f6e395a
commit a79d47832b
8 changed files with 24 additions and 35 deletions

View File

@@ -40,9 +40,7 @@ namespace uCentral::Auth {
}
Service::Service() noexcept:
SubSystemServer("Authentication", "AUTH-SVR", "authentication"),
Secure_(true),
AutoProvisioning_(false)
SubSystemServer("Authentication", "AUTH-SVR", "authentication")
{
}