Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Bugfix setting credentials correctly #236
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jul 24, 2017
1 parent fa4c77c commit 22a891b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Changelog of Pull Request Notifier for Bitbucket.

## 3.5
### No issue
doc

[72a6a8a151cf2a0](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/72a6a8a151cf2a0) Tomas Bjerre *2017-07-20 18:08:15*

## 3.4
### No issue
Not exposing username, password, in REST
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/se/bjurr/prnfb/service/SettingsService.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private PrnfbNotification doAddOrUpdateNotification(PrnfbNotification newNotific
.withUser(user) //
.withPassword(password) //
.withProxyUser(proxyUser) //
.withPassword(proxyPassword) //
.withProxyPassword(proxyPassword) //
.build();
doDeleteNotification(newNotification.getUuid());
}
Expand Down

0 comments on commit 22a891b

Please sign in to comment.