remove blacklist enums

This commit is contained in:
root
2026-02-12 11:00:47 +00:00
parent 75b02f961d
commit b99903d7ff
@@ -40,8 +40,6 @@ public enum OAuthProvider: String, CustomStringConvertible {
case yandex = "yandex"
case zoho = "zoho"
case zoom = "zoom"
case githubImagine = "githubImagine"
case googleImagine = "googleImagine"
public var description: String {
return rawValue