mirror of https://github.com/grafana/grafana
Oauth: Remove unused function for oauth implementations (#58887)
* Oauth: remove unused function * Oauth: remove unused Oauth typespull/58934/head
parent
7e9d94cfda
commit
6e3cb2e3ed
@ -1,14 +0,0 @@ |
||||
package models |
||||
|
||||
type OAuthType int |
||||
|
||||
const ( |
||||
GITHUB OAuthType = iota + 1 |
||||
GOOGLE |
||||
TWITTER |
||||
GENERIC |
||||
GRAFANA_COM |
||||
GITLAB |
||||
AZUREAD |
||||
OKTA |
||||
) |
Loading…
Reference in new issue