Update web page wording for 'balena login' web authorization

Resolves: #1710
Change-type: patch
This commit is contained in:
Paulo Castro 2020-05-15 22:17:30 +01:00
parent a84ab793a0
commit 803a9070fd
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,8 @@
<div class="center">
<img class="icon" src="./static/images/sad.png" inline>
<h1>Something went wrong</h1>
<p>You couldn't login to the balena CLI for some reason</p>
<br>
<p>The balena CLI login was not successful.</p>
<br>
<br>
<a href="https://forums.balena.io/" class="button danger">Get help in our forums</a>

View File

@ -12,10 +12,9 @@
<div class="center">
<img class="icon" src="./static/images/happy.png" inline>
<h1>Success!</h1>
<p>You successfully logged in the balena CLI</p>
<br>
<br>
<a href="<%= dashboardUrl %>" class="button normal">Go to the dashboard</a>
<p>The balena CLI login was successful.</p>
<p>You may now close this page and return to the command prompt.</p>
</div>
</body>
</html>