We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b859088 + 630c477 commit 88ccf36Copy full SHA for 88ccf36
1 file changed
runtime/hub/frontend/templates/login.html
@@ -90,7 +90,7 @@
90
</svg>
91
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">{{ platform_name or 'AUP Learning Cloud' }}</h2>
92
<p class="text-blue-100 mb-8">Experience the next generation of AI acceleration with AMD ROCm™.</p>
93
- {% if login_service %}
+ {% if login_service and not authenticator_mode.startswith('multi') %}
94
<a role="button"
95
class='inline-block bg-white hover:bg-gray-100 text-black font-medium py-2 px-4 rounded transition duration-300'
96
href='{{ authenticator_login_url | safe }}'>
0 commit comments