Skip to content
Prev Previous commit
Next Next commit
Fix types
  • Loading branch information
kylecarbs committed Sep 29, 2023
commit 13ffd77f68381a7036e413639ffa6edf2284b50b
2 changes: 1 addition & 1 deletion site/src/pages/CreateWorkspacePage/GitAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import ReplayIcon from "@mui/icons-material/Replay";
import { LoadingButton } from "components/LoadingButton/LoadingButton";

export interface GitAuthProps {
type: TypesGen.GitProvider;
type: TypesGen.ExternalAuthProvider;
authenticated: boolean;
authenticateURL: string;
gitAuthPollingState: GitAuthPollingState;
Expand Down