Skip to content

Commit 88ccf36

Browse files
authored
Merge pull request #153 from mariodruiz/fix/multi-auth-failed-login-layout
fix(hub): hide left-panel login button in multi-auth modes
2 parents b859088 + 630c477 commit 88ccf36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/hub/frontend/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</svg>
9191
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">{{ platform_name or 'AUP Learning Cloud' }}</h2>
9292
<p class="text-blue-100 mb-8">Experience the next generation of AI acceleration with AMD ROCm™.</p>
93-
{% if login_service %}
93+
{% if login_service and not authenticator_mode.startswith('multi') %}
9494
<a role="button"
9595
class='inline-block bg-white hover:bg-gray-100 text-black font-medium py-2 px-4 rounded transition duration-300'
9696
href='{{ authenticator_login_url | safe }}'>

0 commit comments

Comments
 (0)