Skip to content

Commit

Permalink
use Provider type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Dec 23, 2024
1 parent 7ebc2f7 commit 178a5a0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useParams } from 'react-router'

import { useUpdateSelfHostedSettings } from 'services/account/useUpdateSelfHostedSettings'
import { SelfHostedSettingsQueryOpts } from 'services/selfHosted/SelfHostedSettingsQueryOpts'
import { Provider } from 'shared/api/helpers'
import Spinner from 'ui/Spinner'
import Toggle from 'ui/Toggle'

Expand All @@ -13,7 +14,7 @@ const Loader = () => (
)

interface URLParams {
provider: string
provider: Provider
}

function AutoActivateMembers() {
Expand Down

0 comments on commit 178a5a0

Please sign in to comment.