yjp hai 1 ano
pai
achega
72e4693648
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      convenient/domain/auth/user/entity.go

+ 0 - 5
convenient/domain/auth/user/entity.go

@@ -75,11 +75,6 @@ func (e *Entity) ForCreate() error {
 		return err
 	}
 
-	err = domain.CheckField(checkResult, e.DomainCNName(), FieldLastLoginTime)
-	if err != nil {
-		return err
-	}
-
 	return nil
 }