Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c0a9483

Browse files
author
vikasrohit
committed
Merge pull request #371 from appirio-tech/feature/missing-username-for-bitbucket
SUP-2138, Profile-->User/Handle name is missing for 'BitBucket' external account.
2 parents 2f4b1f4 + b78d8ea commit c0a9483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/directives/external-account/external-link-data.directive.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
.key likes
6666

6767
div(ng-switch-when="bitbucket")
68-
.handle {{account.data.username}}
68+
.handle {{account.data.handle}}
6969

7070
.pending(ng-show="account.data.status === 'PENDING'")
7171
p Loading data. This will take a few minutes.

0 commit comments

Comments
 (0)