Skip to content

Commit

Permalink
fix authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
NicBG committed Mar 1, 2024
1 parent 6db4ef1 commit 5425afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lvlgg_frontend/src/Components/Pages/SignUp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useContext, useState } from 'react';
import React, { useState } from 'react';
import axios from 'axios';
import {useHistory} from 'react-router-dom';
import { AuthContext } from '../../Contexts/AuthContext';
//import { AuthContext } from '../../Contexts/AuthContext';

const SignUp = () => {
const [username, setUsername] = useState('');
Expand Down

0 comments on commit 5425afd

Please sign in to comment.