浏览代码

remove comment

0xdcarns 3 年之前
父节点
当前提交
6ad49f25e2
共有 1 个文件被更改,包括 0 次插入1 次删除
  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{} {