mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user