"use strict"; const React = require("react"); const Layout = require("./layout"); module.exports = function AdminPanel({ queue }) { return (

Admin panel

Add signatory manually

Note: no further verification takes place for this!

Verification queue

Note: approving an entry in this list causes the submitter ID to be shown as the admin, without further verification whether they actually are! Manually add them instead, if the actual admin account is a different one than the submitter.

); };