Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Fixed minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyLongLegs committed Apr 22, 2023
1 parent 5a03818 commit 4006888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/signin/oauth/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useRouter } from 'next/router';
import { post } from '../../../components/utils/API';
import { useEffect } from 'react';
import { UserContext } from '../../components/context';
import { UserContext } from '../../../components/context';

export default function OAuth() {
const router = useRouter();
Expand Down

1 comment on commit 4006888

@vercel
Copy link

@vercel vercel bot commented on 4006888 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.