Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export const Login = () => {
- const { isAuthenticated, login, logout } = useAuth()
- if (isAuthenticated()) {
- return <Button onClick={logout}>Logout</Button>
- PR
- return <Button onClick={login}>Login</Button>
- k
- I
Advertisement
Add Comment
Please, Sign In to add comment