fix(oauth): remove github refs from generic auth

This commit is contained in:
bergquist
2016-09-07 10:55:46 +02:00
parent 3b6820ef03
commit 53dddf1a8f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,4 +6,5 @@ const (
GITHUB OAuthType = iota + 1
GOOGLE
TWITTER
GENERIC
)