支持设置linuxdo信任等级
This commit is contained in:
@@ -103,6 +103,12 @@ function OIDCRegisterPageClient() {
|
||||
{oidcInfo.name && (
|
||||
<>
|
||||
名称: <strong>{oidcInfo.name}</strong>
|
||||
<br />
|
||||
</>
|
||||
)}
|
||||
{oidcInfo.trust_level !== undefined && (
|
||||
<>
|
||||
信任等级: <strong>{oidcInfo.trust_level}</strong>
|
||||
</>
|
||||
)}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user