Skip to content

Commit

Permalink
fix(docker): remove ngrok dashboard url from qrcode_input prompt me…
Browse files Browse the repository at this point in the history
…ssage #90
  • Loading branch information
sassanh committed May 10, 2024
1 parent 27fcf3b commit f6dc699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- feat(vscode): show a notification with chime and led feedback when VSCode successfully
logs in #96
- feat(ip): make the internet icon red when there is no connection #95
- fix(docker): remove ngrok dashboard url from `qrcode_input` prompt message #90

## Version 0.14.0

Expand Down
3 changes: 1 addition & 2 deletions ubo_app/services/080-docker/reducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ class ImageEntry(Immutable):
resolver=lambda code, _: code,
prompt='Enter the Ngrok Auth Token',
extra_information="""Get the token from {ngrok|EH N G EH R AA K} \
dashboard {"https://dashboard.ngrok.com/auth/your-authtoken"|""}, \
convert it to {QR|K Y UW AA R} code and scan it here.""",
dashboard, convert it to {QR|K Y UW AA R} code and scan it here.""",
),
},
command=lambda: qrcode_input(
Expand Down

0 comments on commit f6dc699

Please sign in to comment.