File tree Expand file tree Collapse file tree 2 files changed +1
-40
lines changed
Expand file tree Collapse file tree 2 files changed +1
-40
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { useInstanceData } from '@/contexts/instance-context'
1212import { cn } from '@/helper/cn'
1313import { isProduction } from '@/helper/is-production'
1414import { triggerSentry } from '@/helper/trigger-sentry'
15- import { isVidisActive } from '@/pages/auth/___activate_vidis'
1615
1716export interface NodeProps {
1817 node : UiNode
@@ -108,11 +107,7 @@ export function Node({
108107 />
109108 )
110109 }
111- if (
112- ( ! isProduction || isVidisActive ( ) ) &&
113- attributes . name === 'provider' &&
114- attributes . value === 'vidis'
115- ) {
110+ if ( attributes . name === 'provider' && attributes . value === 'vidis' ) {
116111 return (
117112 < LoginButtonVidis
118113 attributes = { attributes }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments