Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Dec 9, 2023
1 parent 3d36b66 commit b84ea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cadet/auth/provider.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Cadet.Auth.Provider do
it for a token with the OAuth2 provider, and then retrieves the user ID and name.
"""

@type code :: String.t()
@type code :: String.t() | Plug.Conn.t()
@type token :: String.t()
@type client_id :: String.t()
@type redirect_uri :: String.t()
Expand Down

0 comments on commit b84ea88

Please sign in to comment.