mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
@@ -19,7 +19,8 @@
|
||||
<div id="signed-out">
|
||||
<div class="flex flex-col items-center gap-4">
|
||||
<p class="text-center">
|
||||
You can sign in by clicking the Firezone icon the task bar or by clicking 'Sign-in' below.
|
||||
You can sign in by clicking the Firezone icon the taskbar or by
|
||||
clicking 'Sign-in' below.
|
||||
</p>
|
||||
<button
|
||||
class="text-white bg-accent-450 hover:bg-accent-700 font-medium rounded-md text-md px-5 py-1.5"
|
||||
@@ -28,8 +29,8 @@
|
||||
Sign in
|
||||
</button>
|
||||
<p class="text-xs text-center">
|
||||
Firezone will continue running after this window is closed.</br>
|
||||
It is always available from the task bar.
|
||||
Firezone will continue running after this window is closed.<br />
|
||||
It is always available from the taskbar.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -37,22 +38,22 @@
|
||||
<div id="signed-in">
|
||||
<div class="flex flex-col items-center gap-4">
|
||||
<p class="text-center">
|
||||
You are currently signed into <span
|
||||
You are currently signed into <span
|
||||
class="font-bold"
|
||||
id="account-slug"
|
||||
></span
|
||||
> as <span class="font-bold" id="actor-name"></span>.</br>
|
||||
Click the Firezone icon in the task bar to see the list of Resources.
|
||||
></span
|
||||
> as <span class="font-bold" id="actor-name"></span>.<br />
|
||||
Click the Firezone icon in the taskbar to see the list of Resources.
|
||||
</p>
|
||||
<button
|
||||
class="text-white bg-accent-450 hover:bg-accent-700 font-medium rounded-md text-md px-5 py-1.5"
|
||||
class="text-white bg-accent-450 hover:bg-accent-700 font-medium rounded-md text-md px-5 py-1.5"
|
||||
id="sign-out"
|
||||
>
|
||||
>
|
||||
Sign out
|
||||
</button>
|
||||
<p class="text-xs text-center">
|
||||
Firezone will continue running after this window is closed.</br>
|
||||
It is always available from the task bar.
|
||||
Firezone will continue running in the taskbar after this window is
|
||||
closed.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user