Make nav login buttton actually work
This commit is contained in:
@ -176,7 +176,9 @@ export default function (props: {
|
|||||||
</Button>
|
</Button>
|
||||||
</HStack>
|
</HStack>
|
||||||
) : (
|
) : (
|
||||||
<Button colorScheme="blue">Log In</Button>
|
<Button as="a" colorScheme="blue" href="/api/auth/oauth">
|
||||||
|
Log In
|
||||||
|
</Button>
|
||||||
)}
|
)}
|
||||||
</Flex>
|
</Flex>
|
||||||
</Container>
|
</Container>
|
||||||
|
Reference in New Issue
Block a user