支持设置linuxdo信任等级

This commit is contained in:
mtvpls
2025-12-26 16:57:08 +08:00
parent 0b37e663fe
commit df78abaf11
7 changed files with 54 additions and 2 deletions
+6
View File
@@ -103,6 +103,12 @@ function OIDCRegisterPageClient() {
{oidcInfo.name && (
<>
: <strong>{oidcInfo.name}</strong>
<br />
</>
)}
{oidcInfo.trust_level !== undefined && (
<>
: <strong>{oidcInfo.trust_level}</strong>
</>
)}
</p>