mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-15 21:07:31 -06:00
[feature/frontend] Let admins send test email to validate SMTP config (#2934)
* [feature/frontend] Let admins send test email to validate SMTP config * wee
This commit is contained in:
parent
1e7b32490d
commit
a276b1ca06
18 changed files with 276 additions and 52 deletions
|
|
@ -22,9 +22,8 @@ import ExpireRemote from "./expireremote";
|
|||
|
||||
export default function Keys() {
|
||||
return (
|
||||
<>
|
||||
<h1>Key Actions</h1>
|
||||
<div className="admin-actions-keys">
|
||||
<ExpireRemote />
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue