2
0
Эх сурвалжийг харах

add do to oauth providers

Alexander Belanger 5 жил өмнө
parent
commit
2db7429dfe

+ 2 - 1
internal/models/integrations/oauth.go

@@ -7,7 +7,8 @@ type OAuthIntegrationClient string
 
 // The supported oauth mechanism clients
 const (
-	OAuthGithub OAuthIntegrationClient = "github"
+	OAuthGithub       OAuthIntegrationClient = "github"
+	OAuthDigitalOcean OAuthIntegrationClient = "do"
 )
 
 // OAuthIntegration is an auth mechanism that uses oauth