Skip to content

Commit

Permalink
feat: accept dev credentials (#1392)
Browse files Browse the repository at this point in the history
Signed-off-by: wadeking98 <[email protected]>
  • Loading branch information
wadeking98 authored Aug 18, 2023
1 parent fb2c683 commit d999bb8
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 282 deletions.
4 changes: 2 additions & 2 deletions app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { useNotifications } from './hooks/notifications'
import en from './localization/en'
import fr from './localization/fr'
import ptBr from './localization/pt-br'
import { proofRequestTemplates } from './request-templates'
import { useProofRequestTemplates } from './request-templates'
import Developer from './screens/Developer'
import { pages } from './screens/OnboardingPages'
import PersonCredential from './screens/PersonCredential'
Expand Down Expand Up @@ -65,7 +65,7 @@ const configuration: ConfigurationContext = {
buttonTitle: 'PersonCredentialNotification.ButtonTitle',
},
useCustomNotifications: useNotifications,
proofRequestTemplates,
proofRequestTemplates: useProofRequestTemplates,
enableTours: true,
}

Expand Down
Loading

0 comments on commit d999bb8

Please sign in to comment.