mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 23:00:10 +00:00
fix: require master password for admin and wipe-device actions
Gate invite management, user ban/delete, and delete-all-devices behind masterPasswordHash verification, matching backup step-up auth. The web UI prompts for the master password in the shared confirm dialog.
This commit is contained in:
@@ -1856,6 +1856,8 @@ export default function App() {
|
||||
});
|
||||
const adminActions = useAdminActions({
|
||||
authedFetch,
|
||||
email: String(profile?.email || session?.email || ''),
|
||||
defaultKdfIterations,
|
||||
onNotify: pushToast,
|
||||
onSetConfirm: setConfirm,
|
||||
refetchUsers: usersQuery.refetch,
|
||||
|
||||
Reference in New Issue
Block a user