Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Nov 12, 2024
1 parent b4e00a0 commit 96c608c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import { AppProvider } from '@toolpad/core/AppProvider';
import { SignInPage } from '@toolpad/core/SignInPage';
import { useTheme } from '@mui/material/styles';

const providers = [
{ id: 'github', name: 'GitHub' },
{ id: 'google', name: 'Google' },
];

const providers = [{ id: 'credentials', name: 'Credentials' }];
// preview-start
const BRANDING = {
logo: (
Expand Down

0 comments on commit 96c608c

Please sign in to comment.