Fix to many redirects on remember me

This commit is contained in:
Paulo Gustavo Veiga
2022-02-27 13:11:55 -08:00
parent b60f5b331f
commit 732127a7a9
3 changed files with 3 additions and 7 deletions

View File

@@ -19,13 +19,10 @@
package com.wisemapping.webmvc;
import com.wisemapping.security.Utils;
import com.wisemapping.service.UserService;
import org.jetbrains.annotations.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;