Moving auth pages back to the root
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user