Sign in
gerrit
/
plugins
/
github
/
87a8a38e62c43dddeca150a8a2e5b400250032d7
/
.
/
github-plugin
/
web
/
main.ts
blob: 2a465cabb3645b566bb197acdb9df47ad236a976 [
file
] [
log
] [
blame
]
import
'@gerritcodereview/typescript-api/gerrit'
;
import
'./gr-github-oauth-progress'
;
window
.
Gerrit
.
install
(
plugin
=>
{
plugin
.
registerCustomComponent
(
'auth-link'
,
'gr-github-oauth-progress'
,
{
replace
:
true
});
});