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