Changeset 4690 in josm for trunk/src/org/openstreetmap/josm/gui/oauth
- Timestamp:
- 2011-12-21T23:12:59+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java
r4253 r4690 42 42 import org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator; 43 43 import org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel; 44 import org.openstreetmap.josm.io.OsmApi; 44 45 import org.openstreetmap.josm.io.OsmTransferException; 45 46 import org.openstreetmap.josm.io.auth.CredentialsAgent; … … 184 185 CredentialsAgent cm = CredentialsManager.getInstance(); 185 186 try { 186 PasswordAuthentication pa = cm.lookup(RequestorType.SERVER );187 PasswordAuthentication pa = cm.lookup(RequestorType.SERVER, OsmApi.getOsmApi().getHost()); 187 188 if (pa == null) { 188 189 tfUserName.setText("");
Note:
See TracChangeset
for help on using the changeset viewer.