Ignore:
Timestamp:
2024-06-10T16:09:34+02:00 (5 months ago)
Author:
taylor.smock
Message:

Fix #23717: Manual OAuth 2 authorization was not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java

    r18991 r19099  
    193193            } else {
    194194                try {
    195                     setAccessToken(new OAuth20Token(getOAuthParameters(), "{\"token_type\":\"bearer\", \"access_token\""
     195                    setAccessToken(new OAuth20Token(getOAuthParameters(), "{\"token_type\":\"bearer\", \"access_token\":\""
    196196                            + tfAccessTokenKey.getText().trim() + "\"}"));
    197197                } catch (OAuth20Exception e) {
Note: See TracChangeset for help on using the changeset viewer.