Browse Source

remove comment

0xdcarns 3 years ago
parent
commit
d2f00e0dc5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      auth/auth.go

+ 0 - 1
auth/auth.go

@@ -29,7 +29,6 @@ const (
 	auth_key               = "netmaker_auth"
 )
 
-// var oauth_state_string = "netmaker-oauth-state" // should be set randomly each provider login
 var auth_provider *oauth2.Config
 
 func getCurrentAuthFunctions() map[string]interface{} {