This commit is contained in:
Ethan Koenig 2017-05-04 01:54:56 -04:00 committed by Lunny Xiao
parent 1773e88643
commit a5f28a4544
4 changed files with 10 additions and 10 deletions

View File

@ -6,6 +6,7 @@ package models
import (
"sort"
"code.gitea.io/gitea/modules/auth/oauth2"
)
@ -119,4 +120,3 @@ func wrapOpenIDConnectInitializeError(err error, providerName string, oAuth2Conf
}
return err
}