Explorar el Código

:pencil2: fixed typo

tags/0.0.4
tomit4 hace 2 años
padre
commit
7b16357f7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      frontend/src/services/auth.service.js

+ 1
- 1
frontend/src/services/auth.service.js Ver fichero

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

Loading…
Cancelar
Guardar