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

Commit f486f42

Browse files
committed
Bugfix setting credentials correctly #236
1 parent 366020b commit f486f42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Changelog of Pull Request Notifier for Bitbucket.
44

55
## Unreleased
6+
### GitHub [#236](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/236) username and password missing from saved configuration and HTTP requests
7+
Bugfix setting credentials correctly
8+
9+
[22a891b66e992a1](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/22a891b66e992a1) Tomas Bjerre *2017-07-24 20:53:30*
10+
11+
## 3.5
612
### No issue
713
doc
814

src/main/java/se/bjurr/prnfb/service/SettingsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private PrnfbNotification doAddOrUpdateNotification(PrnfbNotification newNotific
251251
.withUser(user) //
252252
.withPassword(password) //
253253
.withProxyUser(proxyUser) //
254-
.withPassword(proxyPassword) //
254+
.withProxyPassword(proxyPassword) //
255255
.build();
256256
doDeleteNotification(newNotification.getUuid());
257257
}

0 commit comments

Comments
 (0)