I see this error with the app, reported by NextJS, please fix it. The er
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
'use server';
|
||||
|
||||
export async function logout() {
|
||||
// In a real app with authentication, this would handle signing out the user.
|
||||
// For now, it just logs to the console.
|
||||
console.log('logout not implemented');
|
||||
}
|
||||
Reference in New Issue
Block a user