feat: trying to add normal login button

This commit is contained in:
Maximilian Liebmann 2025-05-06 11:37:30 +02:00
parent 486e8cc1f8
commit 710db0a991
3 changed files with 17 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import { signIn } from '@/auth';
import Button from '../button';
import { faOpenid } from '@fortawesome/free-brands-svg-icons';
export default function Login({
export default function SSOLogin({
provider,
providerDisplayName,
}: {