@@ -2,7 +2,7 @@ import { db } from '../utils/db.js'
class Authenticator {
constructor() {
- this.curentUser = null
+ this.currentUser = null
}
async sendAuthEmail(answered) {
return await db.post('/user/sendemail/', answered)