Moving auth pages back to the root

This commit is contained in:
2025-04-28 01:24:54 +02:00
parent d38bb7d986
commit 14aea2a475
8 changed files with 19 additions and 116 deletions

View File

@@ -131,7 +131,7 @@ export const Header: React.FC<RefineThemedLayoutV2HeaderProps> = ({
</Stack>
)}
{!user && (
<Link to="/auth/login"><Button>Login</Button></Link>
<Link to="/login"><Button>Login</Button></Link>
)}
<I18nPicker />
</Stack>