mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 00:30:02 +00:00
WIP: Implement SSO
This commit is contained in:
@@ -30,8 +30,7 @@ function UserManagementLayout({getConfig, formik}: any) {
|
||||
{users.map((user) => <UserManagementCard user={user} key={user.username}/>)}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
;
|
||||
);
|
||||
}
|
||||
|
||||
export const UserManagement = withConfigPage(UserManagementLayout, "User Management", "users");
|
||||
Reference in New Issue
Block a user