Skip to content

Commit

Permalink
Merge pull request #486 from Foundation-Devices/SFT-3470-replace-foun…
Browse files Browse the repository at this point in the history
…dationdevices.com-with-foundation.xyz

SFT-3470: updated both setup paths
  • Loading branch information
mjg-foundation committed May 8, 2024
2 parents 0f16b6c + 7e7a086 commit 83939cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -47,7 +47,7 @@ async def show_envoy_app_url(self):
from pages import ShowQRPage

result = await ShowQRPage(
qr_data='https://foundationdevices.com/download',
qr_data='https://foundation.xyz/download',
caption='Scan from your phone to download Envoy.\n').show()
if not result:
self.back()
Expand Down
Expand Up @@ -33,7 +33,7 @@ async def show_setup_guide_url(self):
from pages import ShowQRPage

result = await ShowQRPage(
qr_data='https://foundationdevices.com/setup',
qr_data='https://foundation.xyz/setup',
caption='To open the online setup guide, scan this QR code with your phone.').show()
if not result:
self.back()
Expand Down
4 changes: 2 additions & 2 deletions ports/stm32/boards/Passport/modules/flows/scv_flow.py
Expand Up @@ -41,7 +41,7 @@ async def show_intro(self):
else:
messages = [{'text': 'Let\'s confirm Passport was not tampered with during shipping.'},
{'text': 'Next, scan the Security Check '
'QR code from https://validate.foundationdevices.com.'}]
'QR code from https://validate.foundation.xyz.'}]

result = await SeriesOfPagesFlow(ShieldPage, messages).run()

Expand Down Expand Up @@ -162,7 +162,7 @@ async def ask_if_valid(self):
result = await ErrorPage(text='''This Passport may have been tampered with.
Please contact support@
foundationdevices.com.''', left_micron=microns.Cancel, right_micron=microns.Retry).show()
foundation.xyz.''', left_micron=microns.Cancel, right_micron=microns.Retry).show()
if result:
self.goto(self.scan_qr_challenge)
else:
Expand Down

0 comments on commit 83939cc

Please sign in to comment.