Add log in, images page, start mum's sim
This commit is contained in:
@@ -3,7 +3,7 @@ import { LoginButton } from "./login_button";
|
||||
import { LogoutButton } from "./logout_button";
|
||||
|
||||
/**
|
||||
* This is a server component, then the buttons are client
|
||||
* This is a server component, then the buttons are client side
|
||||
*/
|
||||
export default async function LogIn(): Promise<JSX.Element | undefined> {
|
||||
const session = await auth();
|
||||
|
||||
Reference in New Issue
Block a user