Skip to content

Commit 63a5091

Browse files
authored
Merge pull request #15682 from rak-phillip/bugfix/15639-gh-app-callback
Specify a valid callback url for github app auth provider
2 parents 9708177 + d419dcb commit 63a5091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/edit/auth/github-app-steps.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defineProps<{
6565
</b>:
6666
{{ t(`authConfig.${name}.form.callback.value`, tArgs, true) }}
6767
<CopyToClipboard
68-
:text="tArgs.serverUrl"
68+
:text="t(`authConfig.${name}.form.callback.value`, tArgs, true)"
6969
label-as="tooltip"
7070
class="icon-btn"
7171
action-color="bg-transparent"

0 commit comments

Comments
 (0)