mirror of
https://github.com/detleph/server.git
synced 2026-09-04 23:45:00 +02:00
Remove leftover TODOs
This commit is contained in:
@@ -108,7 +108,6 @@ export const requestToken = async (req: Request, res: Response) => {
|
||||
res.status(200).json({ type: "sucess", message: "Email sent!" });
|
||||
};
|
||||
|
||||
//TODO: This should be a get request with the code as a veriable part in the url
|
||||
export const verifyEmail = async (req: Request, res: Response) => {
|
||||
const { code } = req.params || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user