Recent content by Pyrexx

  1. Pyrexx

    JavaScript onLoginSuccess prop not being called in AuthorLogin component

    I've tried but with no luck Is there anyone you know that could help me with this? Thanks for your time
  2. Pyrexx

    JavaScript onLoginSuccess prop not being called in AuthorLogin component

    This is the error I get when I try to add a seperator Also how do I define onLoginSuccess and onLoginError because I thought I already defined it in the Parent Component. So how do I fix it? Thank you very much
  3. Pyrexx

    JavaScript onLoginSuccess prop not being called in AuthorLogin component

    Yeah there are also error messages for the onLoginSuccess(); as it isn't being seen as a function I am new to Javascript, I thought I defined the HandleLoginSuccess and HandleLoginError as functions and assigned onLoginSuccess and onLoginError to them Correct me if I'm wrong but I though you...
  4. Pyrexx

    JavaScript onLoginSuccess prop not being called in AuthorLogin component

    This is the component for Authors to Login to the Web Application import { Button, CircularProgress, Fade, Link, TextField, Typography } from '@material-ui/core'; import { ThemeProvider, createTheme, makeStyles } from '@material-ui/core/styles'; import axios from 'axios'; import React, {...