Skip to content

Commit

Permalink
Merge pull request #136 from agiledev-students-fall2023/robert-main
Browse files Browse the repository at this point in the history
Robert main
  • Loading branch information
robert-juang authored Dec 12, 2023
2 parents ca38078 + 2f651d4 commit 60c206f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front-end/src/hook/useAuth.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, {useState} from "react";

export function useAuth(){
//user contains the JWT used to authenticate
const [user, setUser] = useState(null);
const [errors, setErrors] = useState(null);
const [isLoading, setIsLoading] = useState(false);
Expand Down

0 comments on commit 60c206f

Please sign in to comment.