mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
fix showing not protected when only password enabled closes #129
This commit is contained in:
@@ -60,7 +60,7 @@ export default async function ResourcesPage(props: ResourcesPageProps) {
|
||||
? "none"
|
||||
: resource.sso ||
|
||||
resource.pincodeId !== null ||
|
||||
resource.pincodeId !== null ||
|
||||
resource.passwordId !== null ||
|
||||
resource.whitelist
|
||||
? "protected"
|
||||
: "not_protected",
|
||||
|
||||
Reference in New Issue
Block a user