Quellcode durchsuchen

:construction: Achieved basic login upon verification from email

brian_dev_survey_complete
tomit4 vor 2 Jahren
Ursprung
Commit
43368f79ad
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      frontend/src/entities/profile/profile.js

+ 0
- 1
frontend/src/entities/profile/profile.js Datei anzeigen

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…
Abbrechen
Speichern