Signup tentatively works
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import dotenv from 'dotenv';
|
||||
import chalk from 'chalk';
|
||||
import jwt from 'jsonwebtoken'
|
||||
import argon2 from 'argon2'
|
||||
import { randomUUID } from 'node:crypto'
|
||||
const dotenv = require("dotenv")
|
||||
const jwt = require('jsonwebtoken');
|
||||
const argon2 = require('argon2');
|
||||
|
||||
dotenv.config();
|
||||
|
||||
export default class AuthHandler {
|
||||
|
||||
Reference in New Issue
Block a user