Skip to content

Commit

Permalink
fix token endpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbehlen committed Jun 10, 2020
1 parent ea42221 commit 9169acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/privacyidea/authenticator/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private Const() {
static final String ENDPOINT_TRIGGERCHALLENGE = "/validate/triggerchallenge";
static final String ENDPOINT_POLL_TRANSACTION = "/validate/polltransaction";
static final String ENDPOINT_VALIDATE_CHECK = "/validate/check";
static final String ENDPOINT_TOKEN = "/token";
static final String ENDPOINT_TOKEN = "/token/";

static final String DEFAULT_PUSH_MESSAGE = "Please confirm the authentication on your mobile device";
static final String DEFAULT_OTP_MESSAGE = "Please enter the OTP";
Expand Down

1 comment on commit 9169acb

@nilsbehlen
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#42

Please sign in to comment.