summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/groups/settings/repository/create_deploy_token/index.js
blob: 1943704ac3d17812143d18ba55182737f7d19a82 (plain)
1
2
3
4
5
6
// This "page" is only rendered as response to the create_deploy_token form.
// It shows the secret token to the user one time, but is otherwise identical
// with the Settings/Repository page.
//
// This is why we just import the other page's JavaScript here.
import '../show/index';