소스 검색

:construction: Achieved basic login upon verification from email

juan-filtering-match-pool
tomit4 2 년 전
부모
커밋
38ee41df0a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      frontend/src/entities/profile/profile.js

+ 0
- 1
frontend/src/entities/profile/profile.js 파일 보기

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

Loading…
취소
저장