Browse Source

change oauth2 path

tags/v1.2.0-rc1
skyblue 11 years ago
parent
commit
93f6e98047
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/user/social.go

+ 1
- 1
routers/user/social.go View File

@@ -8,7 +8,7 @@ import (

"code.google.com/p/goauth2/oauth"
"github.com/gogits/gogs/modules/log"
"github.com/martini-contrib/oauth2"
"github.com/gogits/oauth2"
)

// github && google && ...


Loading…
Cancel
Save