Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit bb1325fd authored by Darrel Danadyaksa Poli's avatar Darrel Danadyaksa Poli
Browse files

[REFACTOR] Remove unused import in AuthenticationController for cleaner code

parent ed4bc1ed
No related branches found
No related tags found
1 merge request!1Login registration
...@@ -9,7 +9,6 @@ import com.safetypin.authentication.service.AuthenticationService; ...@@ -9,7 +9,6 @@ import com.safetypin.authentication.service.AuthenticationService;
import org.springframework.http.HttpStatus; import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity; import org.springframework.http.ResponseEntity;
import jakarta.validation.Valid; import jakarta.validation.Valid;
import com.safetypin.authentication.dto.ErrorResponse;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
@RestController @RestController
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment