Skip to content

Commit

Permalink
Remove deprecated comment-outs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Feb 17, 2025
1 parent fe818e5 commit fdc37ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/(auth)/components/oauth-providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ export const OAuthProviders: FC<OauthProvidersProps> = ({ labelPrefix }) => (
</button>
</form>
</Button>
{/**<button
className="w-full flex items-center justify-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-gray-700 hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-cyan-500"
type="button"
>
<Microsoft className="h-5 w-5 mr-2" /> Sign up with Microsoft
</button>**/}

<Button asChild variant="link">
<form>
Expand Down

0 comments on commit fdc37ad

Please sign in to comment.