Ver código fonte

:pencil2: fixed typo

brian_dev_incorp_login
tomit4 2 anos atrás
pai
commit
09806d8b86
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      frontend/src/services/auth.service.js

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

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

Carregando…
Cancelar
Salvar