Skip to content

Commit 2f169bc

Browse files
author
Ramachandran Nellaiyappan
committed
feat: email code related resourced grouped together
1 parent 4e790c7 commit 2f169bc

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email;
1+
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email.code;
22

33
import com.fasterxml.jackson.annotation.JsonProperty;
44
import jakarta.validation.constraints.Digits;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email;
1+
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email.code;
22

33
import com.github.nramc.dev.journey.api.repository.auth.AuthUser;
44
import com.github.nramc.dev.journey.api.services.email.EmailCode;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email;
1+
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email.code;
22

33
import com.github.nramc.dev.journey.api.repository.auth.AuthUser;
44
import com.github.nramc.dev.journey.api.services.email.EmailConfirmationCodeService;
@@ -15,7 +15,6 @@
1515
import org.springframework.web.bind.annotation.PostMapping;
1616
import org.springframework.web.bind.annotation.RestController;
1717

18-
import java.util.Objects;
1918
import java.util.Optional;
2019

2120
import static com.github.nramc.dev.journey.api.services.confirmationcode.ConfirmationUseCase.VERIFY_EMAIL_ADDRESS;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email;
1+
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email.code;
22

33
import com.github.nramc.dev.journey.api.config.ApplicationProperties;
44
import com.github.nramc.dev.journey.api.config.security.WebSecurityConfig;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email;
1+
package com.github.nramc.dev.journey.api.web.resources.rest.users.security.email.code;
22

33
import com.github.nramc.dev.journey.api.config.ApplicationProperties;
44
import com.github.nramc.dev.journey.api.config.security.WebSecurityConfig;

0 commit comments

Comments
 (0)