Bladeren bron

:construction: Achieved basic login upon verification from email

tags/0.0.4
tomit4 2 jaren geleden
bovenliggende
commit
1bea730d37
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0
    1
      frontend/src/entities/profile/profile.js

+ 0
- 1
frontend/src/entities/profile/profile.js Bestand weergeven

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
         /**

Laden…
Annuleren
Opslaan