mirror of
https://github.com/tale/headplane.git
synced 2026-09-03 02:38:14 +00:00
feat: replace button and toast provider with base-ui
This commit is contained in:
@@ -140,11 +140,7 @@ export default function Page({ loaderData, actionData }: Route.ComponentProps) {
|
||||
</Form>
|
||||
{isOidcConnectorEnabled ? (
|
||||
<Link to="/oidc/start">
|
||||
<Button
|
||||
className="mt-2 w-full"
|
||||
isDisabled={oidcErrorCodes.length > 0}
|
||||
variant="light"
|
||||
>
|
||||
<Button className="mt-2 w-full" disabled={oidcErrorCodes.length > 0} variant="light">
|
||||
Single Sign-On
|
||||
</Button>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user