put svt v3 as feature flag

infisica-agent
Maidul Islam 6 months ago
parent 1fea2f1121
commit a0dfa5eedf

@ -1,10 +1,10 @@
import { ServiceTokenSection } from "../ServiceTokenSection";
// import { ServiceTokenV3Section } from "../ServiceTokenV3Section";
import { ServiceTokenV3Section } from "../ServiceTokenV3Section";
export const ProjectServiceTokensTab = () => {
return (
<>
{/* <ServiceTokenV3Section /> */}
{process.env.NEXT_PUBLIC_AGENT_FEATURE_FLAG === "true" ? <ServiceTokenV3Section /> : null}
<ServiceTokenSection />
</>
);

Loading…
Cancel
Save