image2text

Untitled

Aug 10th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. export const Login = () => {
  2. const { isAuthenticated, login, logout } = useAuth()
  3. if (isAuthenticated()) {
  4. return <Button onClick={logout}>Logout</Button>
  5. PR
  6. return <Button onClick={login}>Login</Button>
  7. k
  8. I
Advertisement
Add Comment
Please, Sign In to add comment