Skip to content

Commit

Permalink
Remove dummy Data
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-27 committed Apr 16, 2024
1 parent e089fdd commit 5e0e307
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
1 change: 0 additions & 1 deletion apps/client-ts/src/app/configuration/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
import useProjectStore from "@/state/projectStore";
import AddAuthCredentials from "@/components/Configuration/AddAuthCredentials";
import AuthCredentialsTable from "@/components/Configuration/AuthCredentialsTable";
import {AUTH_CREDENTIALS_MAPPINGS} from '@/components/Configuration/data/authCredentialsDemo'
import useConnectionStrategies from "@/hooks/useConnectionStrategies";
import { extractAuthMode,extractProvider,extractVertical} from '@panora/shared'

Expand Down
12 changes: 0 additions & 12 deletions apps/client-ts/src/components/Configuration/AddAuthCredentials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ import config from "@/lib/config"

import AddAuthCredentialsForm from "./AddAuthCredentialsForm"

const sampleData = {
"provider_name": "Zoho",
"auth_type": "Basic_Auth",
"activate": false,
"credentials": {
"username": "dsdsdsdsdsd",
"secret": "dddsddsdsdsdsdsdd",
},
"action": "sas",
"logoPath": 'https://assets-global.website-files.com/64f68d43d25e5962af5f82dd/64f68d43d25e5962af5f9812_64ad8bbe47c78358489b29fc_645e3ccf636a8d659f320e25_Group%25252012.png',

}



Expand Down

This file was deleted.

0 comments on commit 5e0e307

Please sign in to comment.