Sign in
gerrit
/
plugins
/
github
/
2c49fead8571cbdf4b22d5e7f77db3f70ac45e1e
/
.
/
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
});
});