feat: update login and logout components and labels

This commit is contained in:
Maximilian Liebmann 2025-05-04 04:36:11 +02:00 committed by SomeCodecat
parent 4d781775e3
commit 486e8cc1f8
6 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
// /home/max/Git/MeetUp/src/app/login/page.tsx
import { auth } from '@/auth';
import LabeledInput from '@/components/labeled-input';
import Login from '@/components/user/login-button';
import Login from '@/components/user/sso-login-button';
import { redirect } from 'next/navigation';
import style from './login.module.css';