mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 05:03:33 +00:00
Rename login.component to login-v1.component except browser.
This commit is contained in:
@@ -123,6 +123,10 @@ export class DefaultConfigService implements ConfigService {
|
||||
serverConfig: ServerConfig | null,
|
||||
flag: Flag,
|
||||
) {
|
||||
if (flag == FeatureFlag.ExtensionRefresh) {
|
||||
return true as FeatureFlagValueType<Flag>;
|
||||
}
|
||||
|
||||
if (serverConfig?.featureStates == null || serverConfig.featureStates[flag] == null) {
|
||||
return DefaultFeatureFlagValue[flag];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user