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