Recent content by Pyrexx
-
JavaScript Error logging in: onLoginSuccess is not a function
I've tried but with no luck Is there anyone you know that could help me with this? Thanks for your time- Pyrexx
- Post #9
- Forum: Programming and Computer Science
-
JavaScript Error logging in: onLoginSuccess is not a function
Adding a comma shows the same error- Pyrexx
- Post #7
- Forum: Programming and Computer Science
-
JavaScript Error logging in: onLoginSuccess is not a function
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- Pyrexx
- Post #5
- Forum: Programming and Computer Science
-
JavaScript Error logging in: onLoginSuccess is not a function
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...- Pyrexx
- Post #3
- Forum: Programming and Computer Science
-
JavaScript Error logging in: onLoginSuccess is not a function
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, {...- Pyrexx
- Thread
- Function
- Replies: 8
- Forum: Programming and Computer Science