Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
6793503e
Commit
6793503e
authored
Apr 11, 2026
by
erio
Browse files
chore: remove sora_client_enabled residuals from frontend types and store
parent
fa833f76
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/stores/app.ts
View file @
6793503e
...
@@ -338,7 +338,6 @@ export const useAppStore = defineStore('app', () => {
...
@@ -338,7 +338,6 @@ export const useAppStore = defineStore('app', () => {
linuxdo_oauth_enabled
:
false
,
linuxdo_oauth_enabled
:
false
,
oidc_oauth_enabled
:
false
,
oidc_oauth_enabled
:
false
,
oidc_oauth_provider_name
:
'
OIDC
'
,
oidc_oauth_provider_name
:
'
OIDC
'
,
sora_client_enabled
:
false
,
backend_mode_enabled
:
false
,
backend_mode_enabled
:
false
,
version
:
siteVersion
.
value
version
:
siteVersion
.
value
}
}
...
...
frontend/src/types/index.ts
View file @
6793503e
...
@@ -112,7 +112,6 @@ export interface PublicSettings {
...
@@ -112,7 +112,6 @@ export interface PublicSettings {
linuxdo_oauth_enabled
:
boolean
linuxdo_oauth_enabled
:
boolean
oidc_oauth_enabled
:
boolean
oidc_oauth_enabled
:
boolean
oidc_oauth_provider_name
:
string
oidc_oauth_provider_name
:
string
sora_client_enabled
:
boolean
backend_mode_enabled
:
boolean
backend_mode_enabled
:
boolean
version
:
string
version
:
string
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment