Skip to content

Commit

Permalink
fix(auth): add missing figma, kakao, linkedin_oidc, slack_oidc, zoom,…
Browse files Browse the repository at this point in the history
… and fly providers (#493)
  • Loading branch information
grdsdev authored Aug 6, 2024
1 parent af9d586 commit 152f5ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/Auth/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,23 @@ public enum Provider: String, Identifiable, Codable, CaseIterable, Sendable {
case discord
case email
case facebook
case figma
case github
case gitlab
case google
case kakao
case keycloak
case linkedin
case linkedinOIDC = "linkedin_oidc"
case notion
case slack
case slackOIDC = "slack_oidc"
case spotify
case twitch
case twitter
case workos
case zoom
case fly

public var id: RawValue { rawValue }
}
Expand Down

0 comments on commit 152f5ce

Please sign in to comment.