Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat: iframe url
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland committed Apr 14, 2020
1 parent feefd19 commit 20bc6f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
from: public
overwrite: true
to: 's3://3id-connect-dev'
- run:
name: "Invalidate CloudFront Cache"
command: aws cloudfront create-invalidation --distribution-id E3SV2UNQUEOU2O --paths /*

deploy-prod:
working_directory: ~/3id-connect
Expand All @@ -72,6 +75,9 @@ jobs:
from: public
overwrite: true
to: 's3://3id-connect-prod'
- run:
name: "Invalidate CloudFront Cache"
command: aws cloudfront create-invalidation --distribution-id E1CFVBE8FYHOZ0 --paths /*

workflows:
build-deploy:
Expand Down
3 changes: 1 addition & 2 deletions src/threeIdConnect.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
const ThreeIdProviderProxy = require('./threeIdProviderProxy.js').default
import { expose } from 'postmsg-rpc'

// TODO CHANGE
const IDENTITY_WALLET_IFRAME_URL = 'http://127.0.0.1:30001/'
const IDENTITY_WALLET_IFRAME_URL = 'https://connect.3box.io/'

const HIDE_IFRAME_STYLE = 'width:0; height:0; border:0; border:none !important'
const DISPLAY_IFRAME_STYLE = 'border:none border:0; z-index: 999999; position: fixed;'
Expand Down

0 comments on commit 20bc6f9

Please sign in to comment.