This commit is contained in:
parent
db7349bc0d
commit
7e0fd4c208
3 changed files with 16 additions and 2 deletions
|
@ -23,7 +23,7 @@ import {initFindFileInRepo} from './features/repo-findfile.js';
|
|||
import {initCommentContent, initMarkupContent} from './markup/content.js';
|
||||
import {initPdfViewer} from './render/pdf.js';
|
||||
|
||||
import {initUserAuthOauth2} from './features/user-auth.js';
|
||||
import {initUserAuthOauth2, initUserCheckAppUrl} from './features/user-auth.js';
|
||||
import {
|
||||
initRepoIssueDue,
|
||||
initRepoIssueReferenceRepositorySearch,
|
||||
|
@ -184,6 +184,7 @@ onDomReady(() => {
|
|||
initCommitStatuses();
|
||||
initCaptcha();
|
||||
|
||||
initUserCheckAppUrl();
|
||||
initUserAuthOauth2();
|
||||
initUserAuthWebAuthn();
|
||||
initUserAuthWebAuthnRegister();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue