Progress
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import auth0 from "../../../lib/auth0";
|
||||
import { withErrorHandling } from "../../../lib/apiHelpers";
|
||||
|
||||
const login = withErrorHandling(async (req, res) => {
|
||||
const login = async (req, res) => {
|
||||
await auth0.handleLogin(req, res);
|
||||
});
|
||||
};
|
||||
|
||||
export default login;
|
||||
|
||||
Reference in New Issue
Block a user