Merge pull request #3504 from gravitl/depracate-rac-autodisable

chore: deprecate rac autodisable flag
This commit is contained in:
Aceix
2025-06-24 18:13:44 +00:00
committed by GitHub
parent 657a24ef23
commit 2df02f747e
11 changed files with 23 additions and 44 deletions

View File

@@ -377,7 +377,7 @@ func authenticateUser(response http.ResponseWriter, request *http.Request) {
response.Write(successJSONResponse)
go func() {
if servercfg.IsPro && logic.GetRacAutoDisable() {
if servercfg.IsPro {
// enable all associeated clients for the user
clients, err := logic.GetAllExtClients()
if err != nil {