mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
put svt v3 as feature flag
This commit is contained in:
@@ -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 />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user