Build [v.1.3.6]
This commit is contained in:
@@ -68,7 +68,7 @@ export default function BottomNav({
|
||||
{/* Logout */}
|
||||
<button
|
||||
onClick={() => {
|
||||
localStorage.removeItem('inventory_user');
|
||||
import('@/lib/auth').then(m => m.clearAuth());
|
||||
window.location.href = '/login';
|
||||
}}
|
||||
className="flex flex-col items-center gap-1 hover:text-rose-500 transition-colors"
|
||||
|
||||
Reference in New Issue
Block a user