Skip to content

Commit c5b5ea2

Browse files
committed
Use default resolution for scope selection URL
When rendering the scope selection URL, adapt to the new config API by passing null to select the default canonical URL for rendering the link. Change-Id: I21fea8a24fc945015caef7bde52d42c9b319df15
1 parent a33a4fa commit c5b5ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-plugin/src/main/resources/static/repositories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h5>Select GitHub repositories to clone and replicate</h5>
5353
</select>
5454
<input type="text" id="filter" class="filter" name="filter" placeholder="Filter by name" />
5555
</li>
56-
<li class="info"><p>Not seeing your organizations or repositories? <a href="$config.scopeSelectionUrl">Login with a different GitHub Scope</a> and try again.</p></li>
56+
<li class="info"><p>Not seeing your organizations or repositories? <a href="$config.getScopeSelectionUrl(null)">Login with a different GitHub Scope</a> and try again.</p></li>
5757
</ul>
5858
<div class="loading">
5959
<p>Loading list of GitHub repositories ...</p>

0 commit comments

Comments
 (0)