Rebrand 'Sign in with Casdoor' → 'Sign in with UmmahID'

This commit is contained in:
2026-06-29 00:50:39 +02:00
parent 6f31d6043c
commit bda12e0546
+2 -2
View File
@@ -98,7 +98,7 @@ function AuthPageInner() {
{/* Sign-in Methods */} {/* Sign-in Methods */}
<div className="space-y-3"> <div className="space-y-3">
{/* Casdoor OIDC */} {/* UmmahID OIDC */}
<a <a
href={getCasdoorUrl()} href={getCasdoorUrl()}
className="w-full flex items-center gap-4 px-5 py-4 rounded-2xl bg-green-900/20 border border-green-600/30 active:bg-green-900/30 transition-all touch-manipulation" className="w-full flex items-center gap-4 px-5 py-4 rounded-2xl bg-green-900/20 border border-green-600/30 active:bg-green-900/30 transition-all touch-manipulation"
@@ -108,7 +108,7 @@ function AuthPageInner() {
</div> </div>
<div className="text-left"> <div className="text-left">
<span className="text-sm font-medium text-green-400 block"> <span className="text-sm font-medium text-green-400 block">
Sign in with Casdoor Sign in with UmmahID
</span> </span>
<span className="text-xs text-gray-600">FalahOS Identity Service</span> <span className="text-xs text-gray-600">FalahOS Identity Service</span>
</div> </div>