diff options
author | Vitaly Takmazov | 2023-01-13 13:20:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 13:26:55 +0300 |
commit | ae390eca8cab1a894d4fc59090dc77048ff28dfe (patch) | |
tree | 3b3ca32f4c7e31ba123b2d1c1c8724235170fbd9 /src/main/java/com/juick/www/controllers/SignUp.java | |
parent | 7c4c0391f794b15700bbd654f4bc4be7ca9a42db (diff) |
Minor cleanup and copyright updates
Diffstat (limited to 'src/main/java/com/juick/www/controllers/SignUp.java')
-rw-r--r-- | src/main/java/com/juick/www/controllers/SignUp.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/com/juick/www/controllers/SignUp.java b/src/main/java/com/juick/www/controllers/SignUp.java index 955b3b92..b746c09b 100644 --- a/src/main/java/com/juick/www/controllers/SignUp.java +++ b/src/main/java/com/juick/www/controllers/SignUp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2020, Juick + * Copyright (C) 2008-2023, Juick * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -27,7 +27,6 @@ import com.juick.service.security.entities.JuickUser; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; import org.springframework.security.authentication.RememberMeAuthenticationToken; -import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.security.web.authentication.RememberMeServices; import org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices; |