fix(lint): appease the linter

There is a conflict between this and our Prettier configuration.
This commit is contained in:
Mahyar Mirrashed
2025-03-11 14:54:03 -07:00
parent 387780aa94
commit de5a432745

View File

@@ -146,8 +146,8 @@ export const superAdminServiceFactory = ({
const canServerAdminAccessAfterApply =
data.enabledLoginMethods.some((loginMethod) =>
loginMethodToAuthMethod[loginMethod as LoginMethod].some((authMethod) =>
superAdminUser.authMethods?.includes(authMethod)
loginMethodToAuthMethod[loginMethod as LoginMethod].some(
(authMethod) => superAdminUser.authMethods?.includes(authMethod)
)
) ||
isUserSamlAccessEnabled ||