Procházet zdrojové kódy

:construction: Achieved basic login upon verification from email

brian_dev_incorp_login
tomit4 před 2 roky
rodič
revize
bbcb5fee6f
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      frontend/src/entities/profile/profile.js

+ 0
- 1
frontend/src/entities/profile/profile.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit