Revision f0105e9f src/gr/grnet/pithos/web/client/Pithos.java

b/src/gr/grnet/pithos/web/client/Pithos.java
75 75
import com.google.gwt.http.client.RequestException;
76 76
import com.google.gwt.http.client.Response;
77 77
import com.google.gwt.http.client.URL;
78
import com.google.gwt.i18n.client.Dictionary;
78 79
import com.google.gwt.i18n.client.NumberFormat;
79 80
import com.google.gwt.json.client.JSONArray;
80 81
import com.google.gwt.json.client.JSONObject;
......
545 546
	 * Redirect the user to the login page for authentication.
546 547
	 */
547 548
	protected void authenticateUser() {
548
        Window.Location.assign(config.loginUrl());
549
		Dictionary otherProperties = Dictionary.getDictionary("otherProperties");
550
        Window.Location.assign(otherProperties.get("loginUrl"));
549 551
	}
550 552

  
551 553
	protected void fetchAccount(final Command callback) {

Also available in: Unified diff