Skip to content
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

feat(@jitsu/console): add generic OIDC provider SSO #1152

Merged
merged 12 commits into from
Dec 18, 2024
Prev Previous commit
visual tweaks
  • Loading branch information
absorbb committed Dec 17, 2024
commit 1ac7d92d038baa6af9c2feb82c3742132805d780
2 changes: 1 addition & 1 deletion webapps/console/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 140,7 @@ const NextAuthSignInPage = ({ csrfToken, providers: { github, oidc, credentials
);
}
return (
<div className="mx-auto max-w-[350px] space-y-2 pt-12">
<div className="mx-auto max-w-[350px] space-y-6 pt-12">
<div className="space-y-2 flex justify-center h-16">
<JitsuLogo />
</div>
Expand Down
Loading