Subversion Repositories SmartDukaan

Rev

Rev 20222 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20222 Rev 20224
Line 239... Line 239...
239
			}
239
			}
240
			setLoginJson(json.toString());
240
			setLoginJson(json.toString());
241
		}catch(Exception e){
241
		}catch(Exception e){
242
			e.printStackTrace();
242
			e.printStackTrace();
243
		}
243
		}
244
		return "register-response";
244
		return "login-response";
245
	}
245
	}
246
	
246
	
247
	
247
	
248
	private boolean loginUser() {
248
	private boolean loginUser() {
249
		JSONObject json = new JSONObject();
249
		JSONObject json = new JSONObject();