Upload index.html
Browse files- web/index.html +2 -2
web/index.html
CHANGED
|
@@ -18,8 +18,8 @@
|
|
| 18 |
</div>
|
| 19 |
<div class="top-actions">
|
| 20 |
<span class="auth-lifetime-badge neutral" id="authLifetimeBadge" title="HF OAuth session lifetime">HF Auth: unknown</span>
|
| 21 |
-
<a class="user-chip" id="userChip" href="/oauth/huggingface/login">Sign in</a>
|
| 22 |
-
<a class="logout-link" id="logoutLink" href="/logout" hidden>Logout</a>
|
| 23 |
</div>
|
| 24 |
</header>
|
| 25 |
|
|
|
|
| 18 |
</div>
|
| 19 |
<div class="top-actions">
|
| 20 |
<span class="auth-lifetime-badge neutral" id="authLifetimeBadge" title="HF OAuth session lifetime">HF Auth: unknown</span>
|
| 21 |
+
<a class="user-chip" id="userChip" href="/oauth/huggingface/login?_target_url=/">Sign in</a>
|
| 22 |
+
<a class="logout-link" id="logoutLink" href="/oauth/huggingface/logout?_target_url=/" hidden>Logout</a>
|
| 23 |
</div>
|
| 24 |
</header>
|
| 25 |
|