Skip to content

Commit

Permalink
Remove duplicate return type in create_redirect_url spec (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nezteb committed Jun 26, 2024
1 parent 493b0d0 commit cbd19a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oidcc.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Oidcc do
opts :: :oidcc_authorization.opts() | :oidcc_client_context.opts()
) ::
{:ok, :uri_string.uri_string()}
| {:error, :oidcc_client_context.error() | :oidcc_client_context.error()}
| {:error, :oidcc_client_context.error()}
def create_redirect_url(provider_configuration_name, client_id, client_secret, opts),
do: :oidcc.create_redirect_url(provider_configuration_name, client_id, client_secret, opts)

Expand Down

0 comments on commit cbd19a8

Please sign in to comment.