You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: github-plugin/src/main/resources/static/repositories.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ <h5>Select GitHub repositories to clone and replicate</h5>
53
53
</select>
54
54
<inputtype="text" id="filter" class="filter" name="filter" placeholder="Filter by name" />
55
55
</li>
56
-
<liclass="info"><p>Not seeing your organizations or repositories? <ahref="$config.scopeSelectionUrl">Login with a different GitHub Scope</a> and try again.</p></li>
56
+
<liclass="info"><p>Not seeing your organizations or repositories? <ahref="$config.getScopeSelectionUrl(null)">Login with a different GitHub Scope</a> and try again.</p></li>
0 commit comments