mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-21 07:59:51 +08:00
Merge pull request #3504 from gravitl/depracate-rac-autodisable
chore: deprecate rac autodisable flag
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user