mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	add skip secondary authorization option for public oauth2 clients (#31454)
This commit is contained in:
		| @@ -78,6 +78,7 @@ import {initDirAuto} from './modules/dirauto.ts'; | ||||
| import {initRepositorySearch} from './features/repo-search.ts'; | ||||
| import {initColorPickers} from './features/colorpicker.ts'; | ||||
| import {initAdminSelfCheck} from './features/admin/selfcheck.ts'; | ||||
| import {initOAuth2SettingsDisableCheckbox} from './features/oauth2-settings.ts'; | ||||
| import {initGlobalFetchAction} from './features/common-fetch-action.ts'; | ||||
| import { | ||||
|   initFootLanguageMenu, | ||||
| @@ -225,5 +226,7 @@ onDomReady(() => { | ||||
|     initPdfViewer, | ||||
|     initScopedAccessTokenCategories, | ||||
|     initColorPickers, | ||||
|  | ||||
|     initOAuth2SettingsDisableCheckbox, | ||||
|   ]); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user