Subversion Repositories SmartDukaan

Rev

Rev 22139 | Rev 22155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22139 Rev 22148
Line 39... Line 39...
39
import com.spice.profitmandi.web.util.GoogleTokenUtil;
39
import com.spice.profitmandi.web.util.GoogleTokenUtil;
40
import com.spice.profitmandi.web.util.MVCResponseSender;
40
import com.spice.profitmandi.web.util.MVCResponseSender;
41
import com.spice.profitmandi.web.util.Utils;
41
import com.spice.profitmandi.web.util.Utils;
42
 
42
 
43
@Controller
43
@Controller
44
@Transactional(rollbackFor=Throwable.class)
44
@Transactional
45
public class LoginController {
45
public class LoginController {
46
 
46
 
47
	private static final Logger LOGGER = LoggerFactory.getLogger(LoginController.class);
47
	private static final Logger LOGGER = LoggerFactory.getLogger(LoginController.class);
48
	
48
	
49
	@Autowired
49
	@Autowired