mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 09:33:11 +00:00
Remove redundant variable
Signed-off-by: prichier <pascoualito@gmail.com>
This commit is contained in:
parent
211d441090
commit
92d822b5c6
1 changed files with 0 additions and 1 deletions
1
oauth.go
1
oauth.go
|
@ -249,7 +249,6 @@ func configureGenericOauth(parentHandler *Handler, r *mux.Router, app *App) {
|
|||
callbackLocation = app.Config().GenericOauth.CallbackProxy
|
||||
}
|
||||
|
||||
address := app.Config().GenericOauth.Host
|
||||
oauthClient := genericOauthClient{
|
||||
ClientID: app.Config().GenericOauth.ClientID,
|
||||
ClientSecret: app.Config().GenericOauth.ClientSecret,
|
||||
|
|
Loading…
Reference in a new issue