Skip to content

Commit 11d6d34

Browse files
committed
Add Oauth
1 parent bba144a commit 11d6d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/layout_en.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</a>
5151
</li>
5252
</ol>
53-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse guest">
53+
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse hidden guest">
5454
<li>
5555
<a class="inline-flex items-center text-sm font-medium hover:text-orange-600"
5656
title="Log in" onclick="webAuth.authorize(); return false;">
@@ -67,7 +67,7 @@
6767
</a>
6868
</li>
6969
</ol>
70-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse authenticated">
70+
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse hidden authenticated">
7171
<li>
7272
<a href="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600" title="Profile">
7373
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"

0 commit comments

Comments
 (0)