mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 01:57:20 +00: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