Skip to content

chore: revert "refactor(site): verify external auth before display ws form (#11777)" #12183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 22, 2024
Prev Previous commit
Next Next commit
🧹
  • Loading branch information
aslilac committed Feb 16, 2024
commit f599b8f50d4fd6e6b3552b12ffa7bbcf4757ae78
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import {
getInitialRichParameterValues,
useValidationSchemaForRichParameters,
} from "utils/richParameters";
import {
ImmutableTemplateParametersSection,
MutableTemplateParametersSection,
} from "components/TemplateParameters/TemplateParameters";
import { ExternalAuthButton } from "./ExternalAuthButton";
import { ErrorAlert } from "components/Alert/ErrorAlert";
import { Stack } from "components/Stack/Stack";
Expand Down