Email addresses are blocked from the FxA email sender when an email sent to the address has bounced. @@ -91,7 +91,7 @@ export const EmailBlocks = () => { data-testid="email-input" /> @@ -139,4 +139,4 @@ const AccountSearchResult = ({ return
Account not found.
; }; -export default EmailBlocks; +export default AccountSearch; diff --git a/packages/fxa-admin-panel/src/components/AdminLogs/index.scss b/packages/fxa-admin-panel/src/components/AdminLogs/index.scss new file mode 100644 index 0000000000..6f5b158573 --- /dev/null +++ b/packages/fxa-admin-panel/src/components/AdminLogs/index.scss @@ -0,0 +1,20 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +.admin-logs { + form { + flex-wrap: wrap; + margin-top: 30px; + } + + label { + color: var(--color-black-80); + flex-basis: 100%; + font-size: var(--body-font-size-xs); + font-weight: var(--font-weight-normal); + margin-bottom: 5px; + text-transform: uppercase; + } +} + \ No newline at end of file diff --git a/packages/fxa-admin-panel/src/components/AdminLogs/index.tsx b/packages/fxa-admin-panel/src/components/AdminLogs/index.tsx new file mode 100644 index 0000000000..3744e1bdeb --- /dev/null +++ b/packages/fxa-admin-panel/src/components/AdminLogs/index.tsx @@ -0,0 +1,20 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +import React from 'react'; +import './index.scss'; + +export const AdminLogs = () => { + return ( ++ This is a read-only view of all administrative changes that have been + done to any user account. +
+