Przeglądaj źródła

:construction: Achieved basic login upon verification from email

brian_dev_incorp_login
tomit4 2 lat temu
rodzic
commit
bbcb5fee6f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      frontend/src/entities/profile/profile.js

+ 0
- 1
frontend/src/entities/profile/profile.js Wyświetl plik

28
      * @return {boolean} is it valid or not?
28
      * @return {boolean} is it valid or not?
29
      */
29
      */
30
     isValid() {
30
     isValid() {
31
-        console.log('this :=>', this)
32
         const validate = profileSchema.validate(this)
31
         const validate = profileSchema.validate(this)
33
 
32
 
34
         /**
33
         /**

Ładowanie…
Anuluj
Zapisz