Subversion Repositories SmartDukaan

Rev

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

Rev 32953 Rev 34300
Line 161... Line 161...
161
        } else {
161
        } else {
162
            emailId = fofoDetails.getEmailId();
162
            emailId = fofoDetails.getEmailId();
163
            model.addAttribute("authToken", getToken(emailId));
163
            model.addAttribute("authToken", getToken(emailId));
164
            model.addAttribute("androidId", getAndroidId(emailId));
164
            model.addAttribute("androidId", getAndroidId(emailId));
165
        }
165
        }
-
 
166
        model.addAttribute("internal", true);
166
        model.addAttribute("appUrl", appUrl);
167
        model.addAttribute("appUrl", appUrl);
167
        return "mobileapp";
168
        return "mobileapp";
168
    }
169
    }
169
 
170
 
170
    private String getAndroidId(String emailId) throws Exception {
171
    private String getAndroidId(String emailId) throws Exception {