feat(app): wire dashboard administration flows
This commit is contained in:
+17
-15
@@ -15,24 +15,26 @@ const run = async () => {
|
||||
'Your permanent identity on the web',
|
||||
canonicalDomain: 'https://idp.global',
|
||||
ldCompany: {
|
||||
type: 'company',
|
||||
name: 'Task Venture Capital GmbH',
|
||||
status: 'active',
|
||||
contact: {
|
||||
address: {
|
||||
name: 'Task Venture Capital GmbH',
|
||||
city: 'Grasberg',
|
||||
country: 'Germany',
|
||||
houseNumber: '24',
|
||||
postalCode: '28879',
|
||||
streetName: 'Eickedorfer Vorweide',
|
||||
},
|
||||
description: 'work',
|
||||
description: 'work',
|
||||
address: {
|
||||
name: 'Task Venture Capital GmbH',
|
||||
type: 'company',
|
||||
website: 'https://task.vc',
|
||||
phone: '+49 421 16767 548',
|
||||
city: 'Grasberg',
|
||||
country: 'Germany',
|
||||
countryCode: 'DE',
|
||||
houseNumber: '24',
|
||||
postalCode: '28879',
|
||||
streetName: 'Eickedorfer Vorweide',
|
||||
},
|
||||
closedDate: null,
|
||||
website: 'https://task.vc',
|
||||
phone: '+49 421 16767 548',
|
||||
registrationDetails: {
|
||||
vatId: '',
|
||||
registrationId: 'HRB 35230 HB',
|
||||
registrationName: 'District court Bremen',
|
||||
},
|
||||
status: 'active',
|
||||
foundedDate: {
|
||||
day: 1,
|
||||
month: 1,
|
||||
|
||||
Reference in New Issue
Block a user